max210 has asked for the wisdom of the Perl Monks concerning the following question:
@returned_sorted1 = sortedHash(%finalMap1); @percentile_index1 = percentile(@returned_sorted1); @returned_sorted2 = sortedHash(%finalMap2); @percentile_index2 = percentile(@returned_sorted2); @returned_sorted3 = sortedHash(%finalMap3); @percentile_index3 = percentile(@returned_sorted3);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to shorten this particular code
by Fletch (Bishop) on Apr 28, 2008 at 04:00 UTC | |
|
Re: How to shorten this particular code
by kyle (Abbot) on Apr 28, 2008 at 03:57 UTC | |
by max210 (Novice) on Apr 28, 2008 at 14:56 UTC | |
|
Re: How to shorten this particular code
by GrandFather (Saint) on Apr 28, 2008 at 03:59 UTC |