WWW::Metalgate - parse http://www.metalgate.jp/.


WWW-Metalgate documentation  | view source Contained in the WWW-Metalgate distribution.

Index


NAME

Top

WWW::Metalgate - parse http://www.metalgate.jp/.

VERSION

Top

Version 0.04

SYNOPSIS

Top

    use WWW::Metalgate;

    my @years  = WWW::Metalgate->years;
    my @albums = $years[0]->best_albums;

EXPORT

Top

none.

FUNCTIONS

Top

years

    my @years = WWW::Metalgate->years; # WWW::Metalgate::Year instances.

year

    my $year = WWW::Metalgate->year( year => 2000 ); # WWW::Metalgate::Year instance.

review_index

    my $review_index = WWW::Metalgate->review_index; # WWW::Metalgate::ReviewIndex instance.

AUTHOR

Top

Tomohiro Hosaka, <bokutin at cpan.org>

COPYRIGHT & LICENSE

Top


WWW-Metalgate documentation  | view source Contained in the WWW-Metalgate distribution.