The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Search::Scraper::Google - Scrapes www.Google.com

SYNOPSIS

    require WWW::Search::Scraper;
    $search = new WWW::Search::Scraper('Google');

DESCRIPTION

This class is an Google specialization of WWW::Search. It handles making and interpreting Google searches http://www.Google.com.

INTERESTING

Go to http://www.Google.com and search for "search scraper"; as in

http://www.Google.com/search?q=search+scraper&sourceid=opera&num=0&ie=utf-8&oe=utf-8

Interesting FIRST hit !

AUTHOR and CURRENT VERSION

WWW::Search::Scraper::Google is written and maintained by Glenn Wood, http://search.cpan.org/search?mode=author&query=GLENNWOOD.

COPYRIGHT

Copyright (c) 2001 Glenn Wood All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.