![]() |
![]()
| ![]() |
![]()
NAMENet::Amazon::Attribute::Review - Customer Review Class SYNOPSISuse Net::Amazon::Attribute::Review; my $rev = Net::Amazon::Attribute::Review->new( 'rating' => $rating, 'summary' => $summary, 'content' => $content, 'asin' => $asin, 'customer_id' => $customer_id, 'date' => $date, 'helpful_votes' => $helpful_votes, 'total_votes' => $total_votes, ); DESCRIPTION"Net::Amazon::Attribute::Review" holds customer reviews. METHODS
AUTHORMike Schilli, <m@perlmeister.com> COPYRIGHT AND LICENSECopyright 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.
|