Google search: add comments explaining where to get $api_key and $cx values

This commit is contained in:
Pragmatic Software 2019-12-15 11:53:08 -08:00
parent 6fcfe4572a
commit cb6cff5bc7
1 changed files with 2 additions and 2 deletions

View File

@ -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);