Help for this page

Select Code to Download


  1. or download this
      my $hidden_form = $cgi->start_form(
        -name=>"resubmission,
    ...
        -value=>"Return to input form",
      );
      $hidden_form .= $cgi->end_form;