Which Google API search module for Perl? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T17:48:04Z http://stackoverflow.com/feeds/question/794245 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/794245/which-google-api-search-module-for-perl 0 Which Google API search module for Perl? Mike 2009-04-27T16:20:54Z 2009-05-07T08:22:51Z <p>Which Google API search module for Perl do you recommend?</p> <p>REST::Google::Search <a href="http://search.cpan.org/~ejs/REST-Google-1.0.5/lib/REST/Google/Search.pod" rel="nofollow">http://search.cpan.org/~ejs/REST-Google-1.0.5/lib/REST/Google/Search.pod</a></p> <p>or</p> <p>Google::Search <a href="http://search.cpan.org/~rkrimen/Google-Search-0.022/lib/Google/Search.pm#Google::Search-" rel="nofollow">http://search.cpan.org/~rkrimen/Google-Search-0.022/lib/Google/Search.pm#Google::Search-</a>>Web(...)</p> <p>Ease of use is important because I only really need to get the top 2, maybe 3 results from the web search.</p> <p>Also, is there a module that one knows of for getting things from wikipedia. Again easy of use is important.</p> http://stackoverflow.com/questions/794245/which-google-api-search-module-for-perl/833460#833460 0 Answer by Penfold for Which Google API search module for Perl? Penfold 2009-05-07T08:22:51Z 2009-05-07T08:22:51Z <p>There doesn't appear to be much to choose between them.</p> <p>For what it's worth, I'd go with Google::Search, mostly because it's written using Moose under the hood :D </p>