rsennat has asked for the wisdom of the Perl Monks concerning the following question:
How will I traverse thru this and get the element one by one, cmd1, test1, type1 etc.. individually.$VAR1 = { 'comp1' => { 'cmd2' => [ [ 'test2', 'type1', 'view1' ] ], 'c +md1' => [ [ 'test1', 'type1', 'view1' ], [ 'test2', 'type1', 'view1' +] ] } };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to traverse thru this hash?
by japhy (Canon) on Nov 03, 2005 at 17:07 UTC | |
by kwaping (Priest) on Nov 03, 2005 at 22:46 UTC | |
by japhy (Canon) on Nov 04, 2005 at 00:55 UTC | |
by kwaping (Priest) on Nov 04, 2005 at 15:38 UTC | |
by japhy (Canon) on Nov 04, 2005 at 15:59 UTC | |
|
Re: how to traverse thru this hash?
by wfsp (Abbot) on Nov 03, 2005 at 17:27 UTC | |
|
Re: how to traverse thru this hash?
by szbalint (Friar) on Nov 03, 2005 at 17:25 UTC |