in reply to Out of memory while using HTML::TableExtract

I would add
eval { $lrow->detach; };
and maybe this code Re: HTML::TableExtract Memory Usage, at least until HTML::TableExtract incorporates the idea

Btw, what is chomp( @$lrow[$#$lrow] ); supposed to do? Apparently in modern perls $#$lrow is slower, but -1 might be faster