in reply to Re: HTML::TableExtract Memory Usage
in thread HTML::TableExtract Memory Usage

This also leaks
perl -MHTML::ElementTable -e " for(;;){ my $c = HTML::ElementTable->ne +w; warn $c; $c->delete; undef $c; } "