| WWW-Search-Backends documentation | view source | Contained in the WWW-Search-Backends distribution. |
WWW::Search::Newturfers - backend for searching www.watchnet.com forums
use WWW::Search;
my $oSearch = new WWW::Search('Newturfers');
my $sQuery = WWW::Search::escape_query("rolex gold");
$oSearch->native_query($sQuery);
while (my $oResult = $oSearch->next_result())
print $oResult->url, "\n";
This class is a Newturfers.com specialization of WWW::Search. It handles making and interpreting searches on the Newturfers forums http://www.newturfers.com.
This class exports no public interface; all interaction should be done through WWW::Search objects.
In the resulting WWW::SearchResult objects, the 'source' element will contain the forum-registered name of the poster.
In the resulting WWW::SearchResult objects, the 'change_date' element will contain the date and time of the post, exactly as it appears on the search results page (usually 'YYYY-MMDD hh:mm')
To make new back-ends, see WWW::Search.
Please tell the maintainer if you find any!
Martin Thurn mthurn@cpan.org
http://www.sandcrawler.com/SWB/cpan-modules.html
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
See the Changes file
| WWW-Search-Backends documentation | view source | Contained in the WWW-Search-Backends distribution. |