Re: Parsing error when parsing the second time
Joe Schaefer <[email protected]>
| Newsgroups | gmane.comp.apache.apreq |
|---|---|
| Message-ID | <[email protected]> |
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