Subject: | bad documentation (SYNOPSIS) |
Net-Google-0.62, latest version of SOAP, perl, v5.8.7 FreeBSD;
http://search.cpan.org/~ascope/Net-Google-0.62/lib/Net/Google/Response.pm#SYNOPSIS
using:
my $total = $response->estimatedTotalResultsCount();
throws an error:
Can't call method "estimatedTotalResultsCount" on unblessed reference
I dumped response, and beginning is:
workaround:
map { print $_->estimatedTotalResultsCount } @{$response};