How to iterate through Hash (of Hashes) in Perl?

Posted by Jay Gridley on Stack Overflow See other posts from Stack Overflow or by Jay Gridley
Published on 2010-03-02T12:46:28Z Indexed on 2010/06/18 15:13 UTC
Read the original article Hit count: 104

Filed under:
|

Hello,

I have Hash where values of keys are other Hashes.

Example: {'key' => {'key2' => {'key3' => 'value'}}}

How can I iterate through this structure?

© Stack Overflow or respective owner

Related posts about perl

Related posts about hash