#!/usr/bin/perl printf "Content-type: text/html\n\n\n"; printf "%s -- %s
\n",$_,$ENV{$_} foreach sort keys %ENV;