RE: env in background process

2000-08-15 Thread Niraj Sheth
ment "local %ENV = %ENV;" in script or put "%ENV = ();" in PerlCleanupHandler then dump_env is working fine. I tried both Apache::PerlRun and Apache::Registry which same result. I would appreciate any help. -Niraj > -Original Message- > From: Niraj Sheth [mailto:

env in background process

2000-08-14 Thread Niraj Sheth
Hi, I am having very strange problem with environment variables. >From Apache::PerlRun script(cgi) I am setting env and firing background process .. system("$command &") (or print `$command &`;) now looks like environment variable being persistence b/w different requests ONLY in background proc