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

NAME

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

SYNOPSIS

  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

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

AUTHOR

Martin Thurn mthurn@cpan.org