![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: Hash checkingby Anonymous Monk |
on Apr 26, 2007 at 13:45 UTC ( #612196=note: print w/replies, xml ) | Need Help?? |
My problem has been fixed. Perl was using the values read in as strings. I had to add a "$_+=0;" to my code to force it to be seen as an integer. Once that was done, the rest of the code worked as expected.
Thank you all for your help.
In Section
Seekers of Perl Wisdom
|
|