Posted on 2005-09-28 14:35:02-07 by drbolton2000
Only 17 results returned
Does anyone have an example using WWW-Search-Feedster that queries more then 17 results? No matter what I try, I always get back 17.
use WWW::Search; my $search = WWW::Search->new('Feedster',); $search->native_query('world of warcraft'); while (my $result = $search->next_result() ) { print $result->url, "\n"; }
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.