On Sun, Sep 30, 2001 at 05:59:08PM +0200, Issac Goldstand wrote: > I know this sounds like a rather newbie-ish question, but I guess I never really did >many inter-request-phase stuff before... Anyway, how can I keep track of the >information from a POST request between different phases of Apache's handling? For >example, if I have a $q=new Apache::Request($r); in, say, the Authentication, how can >I get the POSTed variables in, say, the Response phase?
Use the "newly" introduced instance function of Apache::Request : my $apr = Apache::Request->instance($r); -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>