in reply to
Best module to scrape tabular data fram web pages?
Check into
HTML::TableParser
and/or
HTML::TableExtract
for your parsing needs.
LWP
or
WWW::Mechanize
should be able to handle the gathering task.
---
It's all fine and dandy until someone has to look at the code.
Comment on
Re: Best module to scrape tabular data fram web pages?
In Section
Seekers of Perl Wisdom