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.
