
WWW::Metalgate::Column

Version 0.02

use WWW::Metalgate::Column;
use XXX;
my @years = WWW::Metalgate::Column->new->years;
warn 0+@years; # 16
YYY @years;
#--- !!perl/hash:WWW::Metalgate::Year
#uri: !!perl/scalar:URI::http http://www.metalgate.jp/best1992.htm
#year: 1992
#--- !!perl/hash:WWW::Metalgate::Year
#uri: !!perl/scalar:URI::http http://www.metalgate.jp/best1993.htm
#year: 1993
#... snip ...


Tomohiro Hosaka, <bokutin at cpan.org>

Copyright 2008 Tomohiro Hosaka, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.