in reply to
Re: Using UNDEF
in thread
Using UNDEF
Almost - the if should be negated :).
if (! defined $foo_path) {...}
--MidLifeXis
Comment on
Re^2: Using UNDEF
Download
Code
In Section
Seekers of Perl Wisdom