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.

  • Comment on Re: How do I get the environment variables for the owner of a CGI script?