![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Hash checkingby kyle (Abbot) |
on Apr 25, 2007 at 19:20 UTC ( #612077=note: print w/replies, xml ) | Need Help?? |
Each line you read in during your input loop has a newline character at the end. Use chomp to take it off.
After that, I think it should work. Update: I notice also that this line:
...has a syntax error. It should be:
Note the parentheses.
In Section
Seekers of Perl Wisdom
|
|