#!/usr/bin/perl use CGI ':all'; print header; print "
\n";
map { print "$_ $ENV{$_}\n" } sort keys %ENV;
print "
\n";