piccard has asked for the wisdom of the Perl Monks concerning the following question:
How would I sort by KEY2??? Thanx a lot ;-)$hash->{"AAA"}->{"KEY1"} = "VALUE1"; $hash->{"AAA"}->{"KEY2"} = "VALUE2"; $hash->{"AAA"}->{"KEY3"} = "VALUE3";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Sorting a multidimensional hash by column
by moritz (Cardinal) on Jun 25, 2010 at 09:46 UTC | |
|
Re: Sorting a multidimensional hash by column
by cdarke (Prior) on Jun 25, 2010 at 10:56 UTC | |
|
Re: Sorting a multidimensional hash by column
by dcronin135 (Acolyte) on Jul 08, 2015 at 00:22 UTC | |
|
Re: Sorting a multidimensional hash by column
by Utilitarian (Vicar) on Jun 27, 2010 at 09:02 UTC |