Net::Amazon::Attribute::ReviewSet
A set of customer reviews
- Provided by: libnet-amazon-perl (Version: 0.62-2)
- Report a bug
A set of customer reviews
use Net::Amazon::Attribute::ReviewSet;
my $rev = Net::Amazon::Attribute::Review->new(
average_customer_rating => $avg,
total_reviews => $total,
);
"Net::Amazon::Attribute::ReviewSet" holds a list of customer reviews, each of type "Net::Amazon::Attribute::Review".
Mike Schilli, <m@perlmeister.com>
Copyright 2003 by Mike Schilli <m@perlmeister.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.