You should always have access to $r->args so long as you haven't altered it
in another handler.  If you need to carry post data, you could use
$r->pnotes
or else you could cache an Apache::Request object for the duration of the
request.

-adam

-----Original Message-----
From: Rasoul Hajikhani [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 24, 2001 10:11 AM
To: [EMAIL PROTECTED]
Subject: push_handlers


Hi
Is there any way that I could use $r->push_handlers(PerlHandler =>
myHandler); and send/include a query string with that? I need to push
another handler with some specific form data. 
thanks
-r

Reply via email to