in reply to Re^2: hash of hashes sort second level keys
in thread hash of hashes sort second level keys
sort { $a->[3] <=> $b->[3] or $a->[2] <=> $b->[2] } @flat_array
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: hash of hashes sort second level keys
by aeaton1843 (Acolyte) on Feb 19, 2010 at 23:40 UTC |