saikola has asked for the wisdom of the Perl Monks concerning the following question:
Hello all,
I want to write a program which crawls Web Pages. While going through CPAN i came across following modules which helps me to do the same job.
->WWW::Mechanize
->WWW::Spyder
->HTML::TokeParser, LWP::Simple
Now i am confused of which module to be used i.e. Whether to use Mechanize module or Spyder module or combination of HTML::TokeParser,LWP::Simple.
Can please anybody tell me which will be the best module(Efficiency wise) to Crawl Web Pages.
Please let me know if any other module is better than the above specified modules.
Thanks in Advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help on Crawling
by InfiniteLoop (Hermit) on Mar 31, 2005 at 06:47 UTC | |
|
Re: Help on Crawling
by inman (Curate) on Mar 31, 2005 at 07:40 UTC | |
|
Re: Help on Crawling
by Joost (Canon) on Mar 31, 2005 at 21:54 UTC |