![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re^3: Use of uninitialized value errorby lidden (Curate) |
on Jul 05, 2011 at 14:28 UTC ( #912828=note: print w/replies, xml ) | Need Help?? |
You do get a warning if you try to interpolate an undefined variable into a string, but not from assigning it to another variable. If that is good or bad in OPs case depends on if it is ok for the variable to be undefined or not.
In Section
Seekers of Perl Wisdom
|
|