WWW::Amazon::BestSeller - The great new WWW::Amazon::BestSeller!
Version 0.01
抓取 Amazon Best Seller 类别列表, 默认是 com 站, 可以通过指定完整的url去获得其它网站的 Best Seller
use WWW::Amazon::BestSeller; my $top_categorys = get_top_category(); my $top_sub_categorys = get_sub_category( $up_level_url );
默认导出 get_top_category 和 get_sub_category 函数
如果不指定 url, 则默认去取 US 的 Top Selles
获得指定 url 类别的子类别
MC Cheung, <mc.cheung at aol.com>
<mc.cheung at aol.com>
Please report any bugs or feature requests to bug-www-amazon-bestseller at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Amazon-BestSeller. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
bug-www-amazon-bestseller at rt.cpan.org
perldoc WWW::Amazon::BestSeller
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Amazon-BestSeller
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/WWW-Amazon-BestSeller
CPAN Ratings
http://cpanratings.perl.org/d/WWW-Amazon-BestSeller
Search CPAN
http://search.cpan.org/dist/WWW-Amazon-BestSeller/
1 POD Error
The following errors were encountered while parsing the POD:
Non-ASCII character seen before =encoding in '抓取'. Assuming UTF-8
To install WWW::Amazon::BestSeller, copy and paste the appropriate command in to your terminal.
cpanm
cpanm WWW::Amazon::BestSeller
CPAN shell
perl -MCPAN -e shell install WWW::Amazon::BestSeller
For more information on module installation, please visit the detailed CPAN module installation guide.