Help for this page
#!/bin/sh echo content-type: text/plain echo printenv
#!/usr/bin/perl print "Content-type: text/plain\n\n"; print "$_\t$ENV{$_}\n" for sort keys %ENV;