WWW::Search::Yahoo::Japan::News

WWW::Search::Yahoo::Japan::News is a Perl class for searching News on Yahoo Japan (in Japanese).
Download

WWW::Search::Yahoo::Japan::News Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Martin Thurn
  • Publisher web site:
  • http://search.cpan.org/~ninja/WWW-Search-EBayGlobal-3.00/lib/WWW/Search/EBayGlobal/ByEndDate.pm

WWW::Search::Yahoo::Japan::News Tags


WWW::Search::Yahoo::Japan::News Description

WWW::Search::Yahoo::Japan::News is a Perl class for searching News on Yahoo Japan (in Japanese). WWW::Search::Yahoo::Japan::News is a Perl class for searching News on Yahoo Japan (in Japanese).SYNOPSIS use Jcode; my $sQueryJP = "?"; my $sQuery = Jcode->new($sQueryJP)->euc; (OR) use Encode qw( from_to ); my $sQuery = "?"; from_to($sQuery, $sMyEncoding, 'euc-jp'); (THEN) my $sQuery = WWW::Search::escape_query($sQuery); use WWW::Search; my $oSearch = new WWW::Search('Yahoo::Japan::News'); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) print $oResult->url, "n";This class is a Yahoo Japan News specialization of WWW::Search. It handles making and interpreting searches of Yahoo News in Japanese http://headlines.yahoo.co.jp.This class exports no public interface; all interaction should be done through WWW::Search objects. Requirements: · Perl


WWW::Search::Yahoo::Japan::News Related Software