vote up 0 vote down star

Which Google API search module for Perl do you recommend?

REST::Google::Search http://search.cpan.org/~ejs/REST-Google-1.0.5/lib/REST/Google/Search.pod

or

Google::Search http://search.cpan.org/~rkrimen/Google-Search-0.022/lib/Google/Search.pm#Google::Search->Web(...)

Ease of use is important because I only really need to get the top 2, maybe 3 results from the web search.

Also, is there a module that one knows of for getting things from wikipedia. Again easy of use is important.

flag

75% accept rate

1 Answer

vote up 0 vote down check

There doesn't appear to be much to choose between them.

For what it's worth, I'd go with Google::Search, mostly because it's written using Moose under the hood :D

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.