jimbobfurley has asked for the wisdom of the Perl Monks concerning the following question:
What I want to do is to sort all of the values in key sse_date from highest to lowest, and then grab the top 5 associated values of key bld_num, storing those values in an array.%fetch= sse_date => 4934056723, bld_num= 7.3.998.0.0, sse_date => 4934099999, bld_num= 7.3.1003.0.0, sse_date => 4949999999, bld_num= 7.3.1089.0.0, . . . etc. etc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Sorting hash values
by Errto (Vicar) on Jan 07, 2005 at 21:23 UTC | |
|
Re: Sorting hash values
by Zaxo (Archbishop) on Jan 07, 2005 at 21:31 UTC | |
|
Re: Sorting hash values
by sgifford (Prior) on Jan 07, 2005 at 21:28 UTC |