WWW::Search::Google - Search Google via SOAP


WWW-Search-Google documentation Contained in the WWW-Search-Google distribution.

Index


Code Index:

NAME

Top

WWW::Search::Google - Search Google via SOAP

SYNOPSIS

Top

  # no longer working

DESCRIPTION

Top

Google removed their Search SOAP API in December 2006, so this module will not do anything. I recomend you use Yahoo::Search instead.

AUTHOR

Top

Leon Brocard <acme@astray.com>

COPYRIGHT

Top


WWW-Search-Google documentation Contained in the WWW-Search-Google distribution.

package WWW::Search::Google;
use strict;
use warnings;
our $VERSION = '0.23';

1;