Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Any ideas on how to speed it up besides getting a faster computer? The only thing I can think of is to stop using HTML::TableExtract and use regular expressions.my $te = HTML::TableExtract->new; $te->parse($html);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Speed Up HTML::TableExtract
by GrandFather (Saint) on Jan 24, 2006 at 22:44 UTC | |
|
Re: Speed Up HTML::TableExtract
by pboin (Deacon) on Jan 24, 2006 at 22:34 UTC |