Hi all

I am a newbie in perl.

I can use this to get all the env variables

#!/bin/perl
foreach $key ( sort keys %ENV )
{
        print "$key $ENV{$key}\n";
}


Now how can I use this trick to get all the web env variables ? I am using
apache on unix (solaris 8) ?

Please help

Thanks

-- 
Asif Iqbal
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x8B686E08
There's no place like 127.0.0.1


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to