in reply to The Environment variable for URL...

Or the non-HTML version of the above...
#!/usr/bin/perl print "Content-type: text/plain\n\n"; print map { "$_ : $ENV{$_}\n" } sort keys %ENV;

Replies are listed 'Best First'.
RE: Re: The Environment variable for URL...
by merlyn (Sage) on May 22, 2000 at 21:45 UTC
    #!/bin/sh echo content-type: text/plain echo printenv