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

Maybe if you are tossing so much data around that you are running out of memory you should be storing the data in a database? SQLite (accessed using DBD::SQLite) is easy to get going and to use for this sort of purpose.

True laziness is hard work
  • Comment on Re: Out of memory while using HTML::TableExtract