in reply to Re^2: How to print a multi-level Hashes of Hashes without the use of a module
in thread How to print a multi-level Hashes of Hashes and extract parts of it

I was not aware that you can call the same subroutine inside the actual subroutine.

You may want to have a look at recursion, which Perl supports.

  • Comment on Re^3: How to print a multi-level Hashes of Hashes without the use of a module

Replies are listed 'Best First'.
Re^4: How to print a multi-level Hashes of Hashes without the use of a module
by thanos1983 (Parson) on Jan 25, 2015 at 13:25 UTC

    Hello Anonymous Monk,

    Thank you for your time and effort to provide me with more information. It starts to make more sense to me know.

    Seeking for Perl wisdom...on the process of learning...not there...yet!