in reply to
How do I get the environment variables for the owner of a CGI script?
There are no "the environment variables" for any user - you can set them per process and processes' environments don't influence each other except when starting a new processes.
"What should it profit a man, if he should win a flame war, yet lose his cool?"
Comment on
Re: How do I get the environment variables for the owner of a CGI script?
In Section
Seekers of Perl Wisdom