in reply to
Warning for checking with undef
Check out function defined(). Example.
if (!defined($foo)) { }
[download]
Comment on
Re: Warning for checking with undef
Download
Code
In Section
Seekers of Perl Wisdom