Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w 
    
    print "Content-type: text/html\n\n";
    ...
    print"<br>";
    print"</form>";
    print"</body></html>";
    
  2. or download this
     
    #!/usr/bin/perl -w
    use CGI;
    ...
    print $cgi->end_html();