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 of the Perl api uses ap_pool underneath, and certain functions are
exposed, such as register_cleanup, but normally you shouldn't need to use
it directly from Perl.


Reply via email to