WWW::Search::WashPost(3) User Contributed Perl Documentation WWW::Search::WashPost(3)
NAME
WWW::Search::WashPost - backend for searching www.washingtonpost.com
SYNOPSIS
use WWW::Search;
my $oSearch = new WWW::Search('WashPost');
my $sQuery = WWW::Search::escape_query("japan prime minister");
$oSearch->native_query($sQuery);
while (my $oResult = $oSearch->next_result())
{ print $oResult->url, "\n"; }
DESCRIPTION
This class is a specialization of WWW::Search. It handles making and interpreting
searches on news at The Washington Post http://www.washingtonpost.com.
This class exports no public interface; all interaction should be done through WWW::Search
objects.
SEE ALSO
To make new back-ends, see WWW::Search.
CAVEATS
BUGS
Please tell the author if you find any!
AUTHOR
"WWW::Search::WashPost" is maintained by Martin Thurn (mthurn AT cpan.org).
LEGALESE
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUD-
ING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PAR-
TICULAR PURPOSE.
VERSION HISTORY
see ChangeLog
perl v5.8.1 2003-12-13 WWW::Search::WashPost(3)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-25 08:48 @38.107.179.238 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)