[Chicago-talk] Can anyone give me a hand getting Net::Google::Search to work?

Richard Reina richard at rushlogistics.com
Tue Nov 23 13:48:29 PST 2021


use strict;
use Net::Google::Search;

my %args = (

key => 'MyGoogleAPIKey',
starts_at => 0,
max_results => 5,

);

my $search = Net::Google::Search->new(\%args);

Executing this code I get:

Use of uninitialized value in concatenation (.) or string at /home/richard/perl5/lib/perl5/Net/Google/Service.pm line 80.
Service description 'file:' can't be loaded: 404 File `' does not exist

 


More information about the Chicago-talk mailing list