Help for this page

Select Code to Download


  1. or download this
     if ( $ENV{REQUEST_METHOD} eq "GET" ) {
       print_the_form();
    ...
       handle_the_form();
     } 
     else { print "GET and POST request only" }