##
#!/usr/bin/perl
print "Content-type: text/plain\n\n";
for (sort keys %ENV) {
print "$_ : $ENV{$_}\n";
}
####
--
Joost downtime n. The period during which a system
is error-free and immune from user input.