Auflistung der Variablen des Servers
Erstellt nun zum anfang eine Datei namens "variables.pl"
Öffnet die erstellte Datei mit einem Editor z.b. WordPad..
Gebt dort folgendes ein:
#!/usr/bin/perl
print "Content-type: text/html
";
print qq|
<html>
<head>
<title>Server Variables</title>
</head>
<body>
|;
foreach $env_var (keys %ENV){
print qq|
<br><font color=red>$env_var</font> ..