sdyates has asked for the wisdom of the Perl Monks concerning the following question:
Well, I have an array @Array(id,day,number). I want to sort based on the second number (day). I have not indexed the array and do not believe I have to, but am perplexed at why I cannot figure out how to do such a simple task. I have doen this before many a time in basic and I think that is getting me in to trouble here in perl
Feel free to point me to a simple help page on this one. I am ashamed to ask for help here
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Sorting arrays based on a single element
by jeffa (Bishop) on May 09, 2003 at 18:51 UTC | |
|
Re: Sorting arrays based on a single element
by kilinrax (Deacon) on May 09, 2003 at 18:51 UTC | |
|
Re: Sorting arrays based on a single element
by BrowserUk (Patriarch) on May 09, 2003 at 18:57 UTC | |
by sdyates (Scribe) on May 09, 2003 at 19:05 UTC | |
by BrowserUk (Patriarch) on May 09, 2003 at 19:19 UTC | |
|
Re: Sorting arrays based on a single element
by artist (Parson) on May 09, 2003 at 18:56 UTC |