W::Google::AutoSuggest;
use WWW::Google::AutoSuggest::Obj -base;
use LWP::UserAgent;
use URI;
use JSON;
use Encode;
our $VERSION = '0.04';
=encoding utf-8
=head1 NAME
WWW::Google::AutoSuggest - Qu
ogle::AutoSuggest->new(domain=> "it" ,json=>1); #uses www.google.it instead of .com
my $result = $AutoSuggest->search("perl");
# $result now is a decoded JSON arrayref
###### or with the html ta
returning it as decoded JSON for further inspection
=head1 ARGUMENTS
=over 4
=item json
my $AutoSuggest=WWW::Google::AutoSuggest->new(json=>1);
or
$AutoSuggest->json(1);
Explicitally enabl