perl@1983 has asked for the wisdom of the Perl Monks concerning the following question:
Thanks in advance.while (($key, $value) = each %by_key) { push @{$key_list_by_value{$value}}, $key; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Array of Hashes or Hash of Arrays
by jethro (Monsignor) on May 10, 2012 at 11:12 UTC | |
by perl@1983 (Sexton) on May 10, 2012 at 11:32 UTC | |
Re: Array of Hashes or Hash of Arrays
by cdarke (Prior) on May 10, 2012 at 09:48 UTC | |
by perl@1983 (Sexton) on May 10, 2012 at 10:25 UTC | |
Re: Array of Hashes or Hash of Arrays
by sumeetgrover (Monk) on May 10, 2012 at 11:15 UTC |