Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard);
    
    ...
    if(! defined($param2) ) { # Run the following code if param2 is null
       die "param2 is null!\n";
    }