Help for this page
#!/usr/bin/perl -w print "Content-type: text/html\n\n"; print "<pre>"; ... print $key, ": ", $ENV{$key}\n"; } print "</pre>\n";