#!/usr/bin/perl -w use strict; print "Content-Type: text/html\n"; print "\n"; print ""; foreach (sort keys %ENV) { print ""; } print "
$_$ENV{$_}
";