![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re^2: hash undef?by Anonymous Monk |
on Nov 15, 2007 at 15:11 UTC ( #650986=note: print w/replies, xml ) | Need Help?? |
defined returns a boolean false (an empty string), not undef, if the value it is testing is not defined:
In Section
Seekers of Perl Wisdom
|
|