my ($key, $value); while (($key, $value) = each %ENV) { print "$key = $value\n"; # or do whatever here } [download]
In reply to Re: HTTP Variables In A Hash by Chrisf in thread HTTP Variables In A Hash by emcb