WWW::Amazon::Wishlist

WWW::Amazon::Wishlist is a Perl module to grab all the details from your Amazon wishlist.
Download

WWW::Amazon::Wishlist Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Simon Wistow
  • Publisher web site:
  • http://search.cpan.org/~simonw/

WWW::Amazon::Wishlist Tags


WWW::Amazon::Wishlist Description

WWW::Amazon::Wishlist is a Perl module to grab all the details from your Amazon wishlist. WWW::Amazon::Wishlist is a Perl module to grab all the details from your Amazon wishlist.SYNOPSIS use WWW::Amazon::Wishlist qw(get_list COM UK); my @wishlist; @wishlist = get_list ($my_amazon_com_id); # gets it from amazon.com @wishlist = get_list ($my_amazon_com_id, COM); # same, explicitly @wishlist = get_list ($my_amazon_couk_id, UK); # gets it from amazon.co.uk # or if you didn't import the COM and UK constants @wishlist = get_list ($my_amazon_couk_id, WWW::Amazon::Wishlist::UK); # the elements of @wishlist are hashrefs that contain ... foreach my $book (@wishlist) { print $book->{title}, # the, err, title $book->{author}, # and the author(s) $book->{asin}, # the asin number, its unique id on Amazon $book->{price}, # how much it will set you back $book->{quantity}, # how many you said you want $book->{priority}, # how urgently you said you want it (1-5) $book->{type}; # Hardcover/Paperback/CD/DVD etc (not available in the US) } Requirements: · Perl


WWW::Amazon::Wishlist Related Software