> -----Original Message-----
> From: Paul J. Lucas [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 08, 2000 1:22 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Clarification of PERL_STASH_POST_DATA
> 
> 
> On Wed, 8 Nov 2000, Geoffrey Young wrote:
> 
> > ... Apache::RequestNotes may be able to help - it basically does
> > cookie/get/post/upload parsing during request init and then stashes
> > references to the data in pnotes.  The result is a 
> consistent interface to
> > the data across all handlers (which is the exact reason 
> this module came
> > about)
> 
>       This is /exactly/ right.  The only caveat is that its API is
>       different from Apache::Request.  

it's not really different, just different than most people are used to :)

$r->pnotes('INPUT') contains what is returned from Apache::Request::parms()
(undocumented in Apache::Request, but not in libapreq), which is an
Apache::Table reference.  those get() calls are really Apache::Table::get()

at any rate, hope you find it useful...

--Geoff

Reply via email to