On Jan 5, 10:56 pm, jinstho...@gmail.com (Jins Thomas) wrote:
> Hi experts,
>
> Have you ever experienced Out of memory problem while using
> HTML::TableExtract. I'm having little large html files, still i didn't
> expect this to happen
>

If the html files are really big, HTML::TableExtract might be
filling memory. If that's the problem and  the html output
is being generated by a program in fixed format, you may
need to parse the html  yourself with a regex.

Another possible strategy, if your own arrays are filling
memory, is to use a DBM to offload memory to disk.
For an example:  perldoc DB_File

--
Charles DeRykus

--





--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to