![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
traversing a list of objectsby patrickrock (Beadle) |
on Dec 07, 2004 at 20:32 UTC ( #412997=perlquestion: print w/replies, xml ) | Need Help?? |
patrickrock has asked for the wisdom of the Perl Monks concerning the following question:
when using Net::Amazon::Request::Wishlist the docs state:
"Upon success, the response's properties() method will return a list of Net::Amazon::Property::* objects" So the following code: returns this (from the dumper function): etc... What I am unsure about is the syntax I need to traverse this. I know that I am looking at some kind of hash of hashes, but I'm just kind of lost. I feel like I should be able to do something like: print $resp{xmlref}{Details}{ReleaseDate}; But that doesn't seem to be working. I think I just don't understand the syntax of what to do. Can you guys help?
Back to
Seekers of Perl Wisdom
|
|