Help for this page

Select Code to Download


  1. or download this
    print "Content-type: text/html\n\n";
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    # use form to get the data
    use CGI qw(:standard);
    $query = new CGI;