Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl
    
    if ($ENV{'REQUEST_METHOD'} eq "GET") {$buffer = $ENV{'QUERY_STRING'};}
    ...
    print ("Thanks for your email.");
    
    print ("</body></html");
    
  2. or download this
    <html>
    <head><title>sendit test form</title></head>
    ...
    <p><input type="submit" name="send" value="send">
    
    </body></html>