Help for this page

Select Code to Download


  1. or download this
    require("cgi-lib.pl")
    print &PrintHeader;
    &ReadParse(*form_data);
    
  2. or download this
    use CGI;
    print CGI::header();
    my %form_data = CGI::Vars;