in reply to Re^2: Checking for the existence of a passed parameter.
in thread Checking for the existence of a passed parameter.
if (not defined $foo) { ... undef ... } elsif ($foo eq 'yes') { ... yes ... } else { ... everything else ... }
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Checking for the existence of a passed parameter.
by Aristotle (Chancellor) on Nov 11, 2003 at 20:34 UTC |