Re: An Old Question on Sorting Hash of Arrays by Array element and th en by key

2004-02-18 Thread James Edward Gray II
On Feb 18, 2004, at 6:16 PM, Mark LoBue wrote: At 03:49 PM 2/18/2004, James Edward Gray II wrote: On Feb 18, 2004, at 1:58 PM, Smith Jeff D wrote: I am trying to sort a hash of arrays that is similar to the example below. I have a hash of arrays that I want to sort, first by the first element o

Re: An Old Question on Sorting Hash of Arrays by Array element and th en by key

2004-02-18 Thread Mark LoBue
At 03:49 PM 2/18/2004, James Edward Gray II wrote: >On Feb 18, 2004, at 1:58 PM, Smith Jeff D wrote: > >>I am trying to sort a hash of arrays that is similar to the example below. >>I have a hash of arrays that I want to sort, first by the first element of >>the array, then by the key to the hash a

Re: An Old Question on Sorting Hash of Arrays by Array element and th en by key

2004-02-18 Thread James Edward Gray II
On Feb 18, 2004, at 1:58 PM, Smith Jeff D wrote: I am trying to sort a hash of arrays that is similar to the example below. I have a hash of arrays that I want to sort, first by the first element of the array, then by the key to the hash and don't care about other elements of the array (for sor