On 3/29/07, Anthony Gardner <[EMAIL PROTECTED]> wrote:
I can use PassEnv and PerlPassEnv, set them in the calling script and then retrieve the values in the called script (sub request) ........ cool!!
You could also put things in $r->pnotes(). The parent request object is available from within the subrequest.
But, I do loose my QUERY_STRING and infact, I'd like to change the QUERY_STRING for the called sub request.
I think you just need to construct a URL with the query string you want and use it as your subrequest URL. - Perrin