in reply to How to call google search in Perl/CGI script

There used to be an api, but iirc Google doesn't give out new API keys, and doesn't like being spidered.

So the short answer is: you shouldn't.

Technically it should still be possible with modules like WWW::Mechanize and Web::Scraper.

Of course you can search on cpan for google and see if any of those modules work for you.

  • Comment on Re: How to call google search in Perl/CGI script