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->err_headers_out->add('MY_USER' => 'some_value'); $r->headers_out->set('MY_USER' => $ticket{'user'}); Yet, when I finally call the cgi perl script that simply prints out all %ENV, (which is called through redirection from an html page0, I never see the MY_USER variable. Help! Ray Licon SBC, California