Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
i want something like this key1,key2..... value(array)$summaryhash = 'AMER'; $VAR2 = { 'N1' => [ [ [ [ '1' ], '9.4495' ], '97.1521' ], '22.0331' ], 'Security' => [ [ [ [ [ '1' ], '98.6315' ], '55.2082' ], '40.8162' ], '47.5309' ], }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Accessing the Array values in a multilevel hash
by BrowserUk (Patriarch) on Dec 13, 2006 at 11:51 UTC | |
|
Re: Accessing the Array values in a multilevel hash
by jonadab (Parson) on Dec 13, 2006 at 13:51 UTC | |
|
Re: Accessing the Array values in a multilevel hash
by f00li5h (Chaplain) on Dec 13, 2006 at 11:55 UTC |