WWW::Search::Yahoo::Germany - class for searching Yahoo! Deutschland


WWW-Search-Yahoo-Deutschland documentation  | view source Contained in the WWW-Search-Yahoo-Deutschland distribution.

Index


NAME

Top

WWW::Search::Yahoo::Germany - class for searching Yahoo! Deutschland

SYNOPSIS

Top

  use WWW::Search;
  my $oSearch = new WWW::Search('Yahoo::Germany');
  my $sQuery = WWW::Search::escape_query("ich liebe dich");
  $oSearch->native_query($sQuery);
  while (my $oResult = $oSearch->next_result())
    {
    print $oResult->url, "\n";
    } # while

DESCRIPTION

Top

This module is just a synonym for WWW::Search::Yahoo::Deutschland.

AUTHOR

Top

Martin Thurn mthurn@cpan.org


WWW-Search-Yahoo-Deutschland documentation  | view source Contained in the WWW-Search-Yahoo-Deutschland distribution.