EchoAngel has asked for the wisdom of the Perl Monks concerning the following question:
%h = ( 'foo' => { 'bar' => { 'burp' => 1 } } );
Originally posted as a Categorized Question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to create nesting hashes given the innermost value and an array of keys?
by Roy Johnson (Monsignor) on Mar 31, 2005 at 01:25 UTC | |
|
Re: How to create nesting hashes given the innermost value and an array of keys?
by niggles (Initiate) on Aug 06, 2007 at 19:11 UTC | |
|
Re: How to Create Hash for a value using keys in an array?
by codeacrobat (Chaplain) on Mar 26, 2006 at 10:40 UTC | |
|
Re: How to create nesting hashes given the innermost value and an array of keys?
by EchoAngel (Pilgrim) on Mar 03, 2005 at 16:35 UTC |