Help for this page

Select Code to Download


  1. or download this
    # to duplicate cgi-lib.pl and ReadParse (not that you need to -- you c
    +ould use more native CGI.pm methods)
    use CGI qw(param);
    my %in = map {$_ => param($_) } param;
    
  2. or download this
    print <<END_OF_HTML;
    <html>
    ...
     </body>
    </html>
    END_OF_HTML