D
Derek Basch
Why does this:
foreach my($key) (sort(keys(%reactivate_account_ref))) {
print "I should work...but I don't";
}
produce this:
Missing $ on loop variable at test.cgi line 28, <GEN1> line 3.i
I searched alot and I can't find a good answer except for my Perl
version being outdated and mine is not:
perl -v
This is perl, v5.8.3 built for x86_64-linux-thread-multii
Thanks,
Derek Basch
foreach my($key) (sort(keys(%reactivate_account_ref))) {
print "I should work...but I don't";
}
produce this:
Missing $ on loop variable at test.cgi line 28, <GEN1> line 3.i
I searched alot and I can't find a good answer except for my Perl
version being outdated and mine is not:
perl -v
This is perl, v5.8.3 built for x86_64-linux-thread-multii
Thanks,
Derek Basch