perl -MHTML::ElementTable -e " for(;;){ my $c = HTML::ElementTable->new; warn $c; $c->delete; undef $c; } "