Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $co = new CGI;
    ...
    print $co->reset;
    print $co->end_form;
    print $co->end_html;
    
  2. or download this
    use CGI;
    my $co = new CGI;
    ...
    print $co->reset;
    print $co->end_form;
    print $co->end_html;