WWW::Search::Infoseek::News - class for Infoseek News searching


NAME

WWW::Search::Infoseek::News - class for Infoseek News searching


SUPPORTED PLATFORMS

This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.

SYNOPSIS

  require WWW::Search;
  $search = new WWW::Search('Infoseek::News');
  my $sQuery = WWW::Search::escape_query("plane crash airline disaster");
  $oSearch->native_query($sQuery);
  while (my $oResult = $oSearch->next_result())
    { print $oResult->url, "\n"; }


DESCRIPTION

This class implements the Infoseek News search (specializing Infoseek and WWW::Search). It handles making and interpreting Infoseek News searches http://www.infoseek.com.

This class exports no public interface; all interaction should be done through WWW::Search objects.


TESTING

This module adheres to the WWW::Search test suite mechanism. See the value of $TEST_CASES below.


AUTHOR

WWW::Search::Infoseek::News was written by Martin Thurn <MartinThurn@iname.com>

 WWW::Search::Infoseek::News - class for Infoseek News searching