in reply to Re: HTML::TableExtract Memory Usagein thread HTML::TableExtract Memory Usage
perl -MHTML::ElementTable -e " for(;;){ my $c = HTML::ElementTable->ne +w; warn $c; $c->delete; undef $c; } " [download]