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.
|
|---|
| 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 |