![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^3: Looping through nested repeated elements using XML::Simpleby pemungkah (Priest) |
on Dec 13, 2006 at 20:11 UTC ( #589670=note: print w/replies, xml ) | Need Help?? |
You're very welcome. One other thing: you can play around with expressions in the debugger as well. For instance, if you wanted to see what @{ $config->{person} } would give you, you could just enter x @{ $config->{person} } at the debugger prompt, and the debugger would happily dump it out for you.
In Section
Seekers of Perl Wisdom
|
|