The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Search::Newturfers - backend for searching www.watchnet.com forums

SYNOPSIS

  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";

DESCRIPTION

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.

NOTES

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')

SEE ALSO

To make new back-ends, see WWW::Search.

BUGS

Please tell the maintainer if you find any!

AUTHOR

Martin Thurn mthurn@cpan.org http://www.sandcrawler.com/SWB/cpan-modules.html

LEGALESE

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.

VERSION HISTORY

See the Changes file