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