should give you all the information available. Why do you need to print it out some other way? As for the rest: In @keys[$n] = $ENV{$key};, the term @keys[$n] should likely be $keys[$n] (an array element not a slice with one entry), but those should be labeled *values*, not *keys*, shouldn't they?foreach $key(sort keys(%ENV)) { print "$key = $ENV{$key}<p>";}
In reply to Re: HTTP/CGI Environmnet Variables
by chas
in thread HTTP/CGI Environmnet Variables
by intranetman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |