in reply to
check Null value
There is, however, "undefined". Maybe you meant that. You could do something like:
if (not defined $whatever) { # do stuff }
[download]
Comment on
Re: check Null value
Download
Code
In Section
Seekers of Perl Wisdom