Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI;
    
  2. or download this
    my $query = new CGI;
    my %FORM = $query->Vars;
    ...
    else {
        # everything is good, do the work
    }