> I need to save some status informations about each request (in my
> "filter" each request passes through 3 phases : PerlTransHandler,
> PerlAccessHandler and PerlHandler.
You want $r->pnotes.
- Perrin
Doug MacEachern wrote:
>
> On Tue, 10 Jul 2001, Alberto Canzi wrote:
>
> >
> > Hi I need to use the ap_pool structure. In my Apache Module writing book
> > is explained how to use it in C but nothing is said about using it in
> > Perl.
> >
> > How does it work ? How may I use it in Perl?
>
> wh
On Tue, 10 Jul 2001, Alberto Canzi wrote:
>
> Hi I need to use the ap_pool structure. In my Apache Module writing book
> is explained how to use it in C but nothing is said about using it in
> Perl.
>
> How does it work ? How may I use it in Perl?
what do you need to use it for from Perl?
much