http://www.perlmonks.org?node_id=880929


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

You might try HTML::TableParser, which streams the data rather than reading it all into memory.
  • Comment on Re: Out of memory while using HTML::TableExtract