in reply to Re^2: trying to print hashes with mixed results
in thread trying to print hashes with mixed results
you are looping over a hash-ref and $v is another hash-ref, again.
so start another loop over $v.
In the general case you'll need a recursive function which loops over hash-refs and array-refs.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|