RSS Search

News  Feeds  Tags  Search Shortcuts

FeedsFarm.com > Perl Interface to Feedster

Source:

Scott on Feedster

Language:

English

Tag/Category:

feedster

Domain:

scott.feedster.com

More feeds from feedster.com:


Search feedster.com:

Perl Interface to Feedster

5th Sep 2005, 13:10 GMT

Very, very nice. Thank you Nicholas for writing this and submitting it to CPAN. Here's an example of how to do it if you speak Perlish: use WWW::Search; my $search = WWW::Search->new( 'Feedster', ); $search->native_query('world of warcraft linux'); while (my $result = $search->next_result() ) { print $result->title, "\n"; print $result->url, "\n"; print $result->description, "\n"; } More...

View full story at scott.feedster.com