Andy Grundman <[EMAIL PROTECTED]> writes:
>
> urlencoded();
> urlencoded();
>
> sub urlencoded {
> my $pool = APR::Pool->new;The pool cleanup code is pretty wicked in the APR::Pool xs code. If you can get away with using a single global pool, I think you'll be better off. -- Joe Schaefer
