perl@1983 has asked for the wisdom of the Perl Monks concerning the following question:
Thanks in advance.$hash = { key1 => { key2 => { [ key3 => 'Hello' ], { key4 => 'World' }, } } };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Access Complex Hash
by Anonymous Monk on May 15, 2012 at 11:09 UTC | |
by Athanasius (Archbishop) on May 15, 2012 at 13:07 UTC | |
|
Re: Access Complex Hash
by locked_user sundialsvc4 (Abbot) on May 15, 2012 at 12:48 UTC | |
by perl@1983 (Sexton) on May 15, 2012 at 13:48 UTC | |
by locked_user sundialsvc4 (Abbot) on May 15, 2012 at 20:29 UTC |