Which Google API search module for Perl? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T17:48:04Zhttp://stackoverflow.com/feeds/question/794245http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/794245/which-google-api-search-module-for-perl0Which Google API search module for Perl?Mike2009-04-27T16:20:54Z2009-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#8334600Answer by Penfold for Which Google API search module for Perl?Penfold2009-05-07T08:22:51Z2009-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>