halecommarachel has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I have a hash reference that's about three levels deep, i.e. $info->{$os}->{$testcase}->{error}
I would like to create an array with all the 'error' values, for every $testcase and $os. How can I do this?
Thanks!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Hash Values into Array
by McA (Priest) on Aug 16, 2013 at 20:55 UTC | |
Re: Hash Values into Array
by Laurent_R (Canon) on Aug 16, 2013 at 21:35 UTC | |
by kcott (Archbishop) on Aug 17, 2013 at 06:39 UTC | |
by Laurent_R (Canon) on Aug 17, 2013 at 08:08 UTC | |
by locked_user sundialsvc4 (Abbot) on Aug 17, 2013 at 01:03 UTC | |
Re: Hash Values into Array
by locked_user sundialsvc4 (Abbot) on Aug 16, 2013 at 21:31 UTC | |
Re: Hash Values into Array
by mhearse (Chaplain) on Aug 17, 2013 at 17:17 UTC |