JAPH's perl hack.use strict;#Always use CGI; my $q = new CGI; my $verify = (defined $q->param('verify'))?$q->param('verify'):0; if($verify){ ...do cool stuff here with $verify; }else{ ...$verify was not sent. }
In reply to Re: Checking for the existence of a passed parameter.
by injunjoel
in thread Checking for the existence of a passed parameter.
by chriso
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |