in reply to Re: Hashes of hashes
in thread Hashes of hashes
<li> RESULT</li> $VAR1 = { 'xls' => [ 'excel1', { 'excel1'=>['12','some'] } 'excel2', { 'excel2'=>[12,more] } ] };
I have a lot of file typeslike xls,doc.... I want "file_type" to be the firt key which contains all the files of that types and each of these files second keys which in turn have an array as its value.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Hashes of hashes
by wfsp (Abbot) on Jan 15, 2007 at 11:01 UTC | |
by Anonymous Monk on Jan 15, 2007 at 11:08 UTC |