|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Re: Tracking down "uninitialized value" errsby jest (Pilgrim) |
| on Jul 30, 2003 at 09:25 UTC ( #279126=note: print w/ replies, xml ) | Need Help?? |
|
Thank you so much! This led me right to the problem, if rather verbosely. It turns out that whilst streamlining my code, I made incorrect use of a hash slice that brought in more values--some of which were undef--than I had intended; these had no effect on the display but generated errors.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||