Help for this page

Select Code to Download


  1. or download this
    my $query = new CGI;
    
    ...
                           
    print "Content-type: text/html\n\n";
    print $template->output();
    
  2. or download this
    <form action="cgi-bin/fill.pl" method="post">
       <input type="text" name="address" size="30" />
       <input type="submit" />
    </form>