- or download this
<HTML>
<HEAD> <TITLE>Getting User Information. </TITLE>
...
</Script>
</HEAD>
</HTML>
- or download this
<html>
<body>
...
</script>
</body>
</html>
- or download this
foreach $key (sort(keys %ENV)) #displays the environment variables
{
...
print "$key = $ENV{$key}\n";
}