#!/usr/bin/perl print "Content-Type: text/plain\n\n"; for (keys %ENV) { print $_ . " => " . $ENV{$_} . "\n"; }