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

NAME

WWW::Search::Yahoo::Japan - WWW::Search backend for searching Yahoo! Japan

SYNOPSIS

  use WWW::Search;
  my $oSearch = new WWW::Search('Yahoo::Japan');
  my $sQuery = WWW::Search::escape_query("Iijima Ai");
  $oSearch->native_query($sQuery);
  while (my $oResult = $oSearch->next_result())
    print $oResult->url, "\n";

DESCRIPTION

This class is a Yahoo! Japan specialization of WWW::Search. It handles making and interpreting searches on Yahoo! Japan http://yahoo.co.jp.

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

OPTIONS

If your query is in UTF-8, send option {ei => 'UTF-8'} in the second argument to native_query().

PRIVATE METHODS

parse_details

This is part of the basic WWW::Search::Yahoo mechanism.

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>

LICENSE

This module is licensed under the same terms as Perl itself.