The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Amazon::BestSeller - The great new WWW::Amazon::BestSeller!

VERSION

Version 0.01

SYNOPSIS

抓取 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 );

EXPORT

默认导出 get_top_category 和 get_sub_category 函数

SUBROUTINES/METHODS

get_top_category

如果不指定 url, 则默认去取 US 的 Top Selles

get_sub_category

获得指定 url 类别的子类别

AUTHOR

MC Cheung, <mc.cheung at aol.com>

BUGS

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.

SUPPORT

    perldoc WWW::Amazon::BestSeller

1 POD Error

The following errors were encountered while parsing the POD:

Around line 32:

Non-ASCII character seen before =encoding in '抓取'. Assuming UTF-8