[ASCOPE - Sat Mar 26 14:58:54 2005]:
Regardless, of what you say, the example does not run.
Show quoted text> This is not a bug :
>
> #
http://search.cpan.org/dist/Net-Google/lib/Net/Google/Search.pm#$obj-
> %3Eresponse()
>
> $obj->response()
>
> Returns an array ref of Net::Google::Response objects, from which the
> search response metadata as well as the search results may be
> obtained.
>
> Use this method if you would like to receive a full response as
> documented in the Google Web APIs Reference (the whole of section 3).
>
> [guest - Sat Dec 4 00:50:45 2004]:
>
> > OS: linux 2.4.18
> > Perl version: 5.6.1
> >
> > Error:
> > Can't call method "estimatedTotalResultsCount" on unblessed
> reference
> > at ./whore.pl line 12.
> >
> > whore.pl being the example from the docs:
> >
> > my $service = Net::Google->new(key=>LOCAL_GOOGLE_KEY);
> > my $session = $service->search();
> >
> > $session->query(qw(Perl modules));
> >
> > my $response = $session->response();
> > my $total = $response->estimatedTotalResultsCount();
> >
> > This error occurs when trying to do much of anything with
> > Net::Google::Response
>
>