metaperl has asked for the wisdom of the Perl Monks concerning the following question:
In my case, I have 3 'keys' in an array of hash references and would like a 3-deep nested hashref produced.
So, my goal is to make a flat pull of my data as an array of hashrefs, and the use some module to nest it 3-deep.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: creating a nested hash from an array of hash refs
by metaperl (Curate) on Oct 22, 2009 at 16:41 UTC |