Help for this page

Select Code to Download


  1. or download this
    <FORM action="/cgi-bin/hello_post.cgi" method="POST">
    First Name: <input type="text" name="first_name">  <br>
    
    ...
    
    <input type="submit" value="Submit">
    </FORM>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print "</html>";
    
    1;