Help for this page
# 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;
print <<END_OF_HTML; <html> ... </body> </html> END_OF_HTML