in reply to Re: checking for null variables
in thread checking for null variables

param is not automatically imported, last I looked.
use CGI qw(param); ... my $param1 = param('one'); ...

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.