in reply to Data::Sorting
@sorted_keys = sort { $hash{$a}[0] cmp $hash{$b}[0] || $hash{$a}[1] cmp $hash{$b}[1] || $hash{$a}[2] cmp $hash{$b}[2] } keys %hash;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Data::Sorting (fast)
by tye (Sage) on May 27, 2004 at 17:19 UTC | |
by BrowserUk (Patriarch) on May 27, 2004 at 18:16 UTC |