diff --git a/modules/g.pl b/modules/g.pl index 57bf2b3e..8d527a1f 100755 --- a/modules/g.pl +++ b/modules/g.pl @@ -10,8 +10,8 @@ use strict; use WWW::Google::CustomSearch; use HTML::Entities; -my $api_key = ''; -my $cx = ''; +my $api_key = ''; # https://developers.google.com/custom-search/v1/overview +my $cx = ''; # https://cse.google.com/all my ($nick, $arguments, $matches);