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