>>>>> "JS" == Jason Simms <[EMAIL PROTECTED]> writes:

JS> I have a quick question...  Let's say I have a module that sets some 
JS> environment variables (in %ENV).  This module then redirects to a CGI 
JS> script.  Is there any way that the CGI script can access these new 

If you redirect, that's most likely telling the web browser to fetch
the new page.  This makes it a totally new request.

However, if you're using internal_redirect, then subprocess_env should
do the trick, but the ENV values will be prefixed with "REDIRECT_".

Reply via email to