USING Tie::Google
Using tied variables can make searching Google much simpler for trivial
programs. "Tie::Google" presents a simple interface to Google's search
API, using "Net::Google" as the underlying transport mechanism. To use
"Tie::Google", you must already be registered with Google and have an
API key.
You can tie scalars, arrays, or hashes to the "Tie::Google" class; each
offers slightly different functionality, but all offer direct access to
Google search results. The basic syntax of all types is:
tie VAR, 'Tie::Google', $APIKEY, $QUERY, \%OPTIONS;
continued at http://search.cpan.org/author/DARREN/Tie-Google-0.01/