Help for this page

Select Code to Download


  1. or download this
    <form method="post" action="../bin/testLoginData.pl" enctype="multipar
    +t/form-data">
    
  2. or download this
    #!c:\Perl\bin\perl
    use warnings;
    ...
    my $q = CGI->new;
    
    &DataHandler::parse_form_data (*simple_form);
    
  3. or download this
    #!c:\Perl\bin\perl
    use warnings;
    ...
      print "POST query_string is: ", $query_string,
       " and the length is: $ENV{'CONTENT_LENGTH'}\n";
    }