Help for this page
#!/usr/bin/perl ... print CGI->header; print "Hello"; print "<br>$_ : $ENV{$_}\n" for keys %ENV;