Take a look a WWW::Mechanize. The older web suite LWP is an
alternative and that may be enough if you only need a specific
item. LWP::Simple is a possibility to see if you can mine the info
from the page. If there's more complexity,  then LWP::UserAgent
is a starting point.

A couple of books too:
Perl & LWP by Sean Burke
Spidering Hacks by Hemenway & Calishain

On Thu, Mar 2, 2017 at 4:15 PM, kavita kulkarni
<kavitahkulka...@gmail.com> 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
>
>

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