On Sun, 25 Sep 2005, Ray Licon wrote: > Date: Sun, 25 Sep 2005 02:52:59 -0700 (PDT) > From: Ray Licon <[EMAIL PROTECTED]> > To: modperl@perl.apache.org > Subject: Setting %ENV from modperl handler > > Hello, > I'm trying to put a value I obtain from a modperl > handler script into the environmental hash %ENV > available in the cgi perl script, eventually called > via the handler. > > I've tried calls: > > $r->subprocess_env->{'MY_USER'} = 'some_value'; $r->subprocess_env('foo' => 'bar'); Jie