AnishaM has asked for the wisdom of the Perl Monks concerning the following question:
HASH OF ARRAY OF HASHES 2:{ 'details' => [ { 'name' => 'bbbb', 'time' => 1234, 'place' => AB }, { 'name' => 'aaaa', 'time' => 5678, 'place' => CD }, { 'name' => 'aaaa', 'time' => '91011', 'place' => EF }, { 'name' => 'aaaa', 'time' => '121314', 'place' => GH }, { 'time' => '151617', 'name' => 'cccc', 'place' => IJ }, ] };
{ 'details' => [ { 'name' => 'dddd', 'time' => 1234, 'place' => AB }, { 'name' => 'eeee', 'time' => 5678, 'place' => CD }, { 'name' => 'eeee', 'time' => '91011', 'place' => EF }, { 'name' => 'eeee', 'time' => '121314', 'place' => GH }, { 'time' => '151617', 'name' => 'cccc', 'place' => IJ }, ] };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Compare array of hashes
by perldigious (Priest) on Aug 25, 2016 at 13:00 UTC | |
|
Re: Compare array of hashes
by Marshall (Canon) on Aug 25, 2016 at 18:17 UTC | |
by AnishaM (Acolyte) on Aug 26, 2016 at 08:49 UTC | |
by pryrt (Abbot) on Aug 26, 2016 at 15:41 UTC | |
by Marshall (Canon) on Aug 27, 2016 at 21:36 UTC | |
|
Re: Compare array of hashes
by GotToBTru (Prior) on Aug 25, 2016 at 12:23 UTC | |
by AnishaM (Acolyte) on Aug 25, 2016 at 12:41 UTC | |
by GotToBTru (Prior) on Aug 25, 2016 at 13:02 UTC | |
by ww (Archbishop) on Aug 25, 2016 at 12:56 UTC | |
|
Re: Compare array of hashes
by perldigious (Priest) on Aug 26, 2016 at 14:27 UTC |