On 9/2/07, Andrej Kastrin <[EMAIL PROTECTED]> wrote: > script below use Net::Amazon module to parse similar items (Customer who > bought this also bought...) from Amazon. But there are only 10 item > displayed in the result set. I try with Net::Amazon 0.35 and 0.43 > respectively, but the result is always the same. What's wrong with my > code?
You may need to ask someone who knows about Net::Amazon. Have you tried asking the module's author? > my $ua = Net::Amazon->new(token => "0YH16NXE2QXCTD99MBR2", max_pages => > 4,); Have you tried a larger number of max_pages? Net::Amazon seems to have a built-in debugging facility that logs its actions in detail; have you tried it? The documentation says, "Results returned by Amazon can be incomplete or simply wrong at times"; could this be what you're seeing? Good luck with it! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/