#!/usr/local/bin/perl print "Content-type: text/html\n\n"; print "\n"; foreach $key (sort keys(%ENV)) { print "$key = $ENV{$key}

"; }