#! /usr/bin/perl use Data::Dumper; $Data::Dumper::Indent = 1; print "Content-Type: text/plain\n\n"; print Data::Dumper->Dump([\%ENV], ['*ENV']);