views:

600

answers:

1

Which Google API search module for Perl do you recommend?

REST::Google::Search or Google::Search

Ease of use is important because I only really need to get the top two, maybe three 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.

A: 

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

Penfold