in reply to Re^2: How would I sort a two-dimensional array by multiple columns?
in thread How would I sort a two-dimensional array by multiple columns?
Note : I have updated "sub NetWallahSort" in the posted code, to include ikegami's suggestion, returning "0" instead of "1" when sort elements are equal. Please use a current copy of that code.my @sorted = sort NetWallahSort @unsorted;
"As you get older three things happen. The first is your memory goes, and I can't remember the other two... " - Sir Norman Wisdom
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How would I sort a two-dimensional array by multiple columns?
by Anonymous Monk on Mar 16, 2008 at 14:12 UTC | |
by FunkyMonk (Bishop) on Mar 16, 2008 at 14:29 UTC | |
by dbmathis (Scribe) on Mar 16, 2008 at 15:17 UTC |