use warnings; will point that out for you when the script runs.if ($entry[1] == "r") # true if $entry[1] is '0', or 'r', or 'z'! if ( $entry[1] eq "r" ) # true if $entry[1] is "r"
In reply to Re: What's wrong with my code? [from a beginner]
by bmann
in thread What's wrong with my code? [from a beginner]
by Wordlover
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |