http://www.perlmonks.org?node_id=929963


in reply to Fetching web pages via Perl

If you are targetting search engines, maybe WWW::Search may or may not be of interest. Other than that, there is little that beats the API of WWW::Mechanize. WWW::Mechanize has everything LWP::UserAgent has and a bit more. There is WWW::Scripter, a descendant of WWW::Mechanize. The Mechanize namespace is where almost all modules for web navigation live.