Query: www::search::ap
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WWW::Search::AP(3pm) User Contributed Perl Documentation WWW::Search::AP(3pm)NAMEWWW::Search::AP - backend for searching AP News at www.washingtonpost.comSYNOPSISuse WWW::Search; my $oSearch = new WWW::Search('AP'); my $sQuery = WWW::Search::escape_query("japan prime minister"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) { print $oResult->url, " "; }DESCRIPTIONThis class is a specialization of WWW::Search. It handles making and interpreting searches on AP news stories, courtesy of The Washington Post http://www.washingtonpost.com. This class exports no public interface; all interaction should be done through WWW::Search objects.SEE ALSOTo make new back-ends, see WWW::Search.NOTESThis backend only searches news stories from the last 60 days.BUGSPlease tell the author if you find any!AUTHORMartin Thurn <mthurn@cpan.org>LICENSECopyright (C) 1998-2009 Martin 'Kingpin' Thurn This software is released under the same license as Perl itself. perl v5.12.4 2011-11-02 WWW::Search::AP(3pm)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
One instance of comparing grep and awk |