Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm interested in using WWW:Scraper to get some results from google. I've read the documentation, but I can't figure where to go from here
require WWW::Scraper; $search = new WWW::Scraper('Google');
Can someone point me to an example (yes I've used google to try and find one) that actually works using this? thanks in advance

Replies are listed 'Best First'.
Re: newbie scraping question
by Anonymous Monk on Jun 14, 2007 at 03:34 UTC