Help for this page
#!/usr/bin/perl $ENV{HTTP_HOST} = "http://www.perlmonks.org"; ... print "<p><b>$var_name</b><br>"; print $ENV{$var_name}; }