WWW::Baseball::NPB

Fetches Japanese baseball games information
Download

WWW::Baseball::NPB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tatsuhiko Miyagawa
  • Publisher web site:
  • http://search.cpan.org/~miyagawa/

WWW::Baseball::NPB Tags


WWW::Baseball::NPB Description

Fetches Japanese baseball games information WWW::Baseball::NPB is a Perl module that fetches Japanese baseball games information.SYNOPSIS use WWW::Baseball::NPB; my $baseball = WWW::Baseball::NPB->new; my @games = $baseball->games; # or @games = $baseball->games('central'); for my $game (@games) { my $home = $game->home; my $visitor = $game->visitor; printf "%s %d - %d %s (%s) ", $home, $game->score($home), $game->score($visitor), $visitor, $game->status, $game->stadium; }WWW::Baseball::NPB provides you a way to fetch and extract Japanese baseball games information via Yahoo! Baseball. (NPB = Nippon Professional Baseball) Requirements: · Perl


WWW::Baseball::NPB Related Software