On 03/03/2017 02:15 AM, kavita kulkarni wrote:
> Hello,
> 
> Can you suggest some effective ways to parse multiple web pages from the
> web site.
> I cannot use web crawling as the format of the pages is not same. I am
> interested in the data from specific table on each page.
> 
> Thanks in advance.
> Kavita
> 

Once you have acquired the page using either WWW:Mechanize, LWP, or even
just wget you can extract the table.

The modules HTML::TreeBuilder and HTML::TreeBuilder::XPath do extraction
rather easily if there is some consistent way to identify the table.

Regards,
Lars

-- 
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