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
Hello thanos1983,
I was not aware that you can call the same subroutine inside the actual subroutine.
This is a very important concept in computer science called recursion. It’s one of the key elements of the functional programming paradigm (think Lisp, Scheme, Haskell, ...), but is by no means limited to that paradigm. In fact, it’s something every programmer needs to know. Here are some references:
Hope that helps,
| Athanasius <°(((>< contra mundum | Iustus alius egestas vitae, eros Piratica, |
|
|---|
| 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:27 UTC |