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::Google - class for searching Google

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.

This class exports no public interface; all interaction should be done through WWW::Search objects.

AUTHOR and CURRENT VERSION

WWW::Search::Google is written and maintained by Glenn Wood, <glenwood@alumni.caltech.edu>.

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.