Thanks all for your suggestions.
Will take a look at modules and see which one works for me.

Regards,
Kavita :-)

On Fri, Mar 3, 2017 at 12:39 AM, Lars Noodén <lars.noo...@gmail.com> wrote:

> 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