Help for this page

Select Code to Download


  1. or download this
      if ($cgi->param('Submit') eq "Go") ...
  2. or download this
      my $submit = $cgi->param('Submit') || "";
      if ($submit eq "Go") ...