stan131 has asked for the wisdom of the Perl Monks concerning the following question:
Now in this each Hash key the number of values varies.$VAR15 = '9'; $VAR16 = { '11' => '54.9503577512828', '21' => '40.4544882398113', '7' => '13.665886711539', '17' => '26.3268082750993', '2' => '16.4348644122811', '22' => '35.2357587506792', '1' => '29.5471128362965', '18' => '28.8861232027377', '23' => '19.3437720284897', }; $VAR17 = '4'; $VAR18 = { '11' => '26.7647206436788', '21' => '19.4128184125387', '7' => '6.89345884629317', '17' => '12.7682648883531', '2' => '8.44015343941174', '22' => '16.9085166076037', '1' => '15.1739716114483', '18' => '13.9203445318945', }; $VAR19 = '3'; $VAR20 = { '11' => '11.5303855045498', '21' => '9.28718107649433', '7' => '2.50040155572952', '17' => '5.93010343000324', '2' => '2.86098737229312', };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to sort Hashes of Hashes and print results in a file
by gulden (Monk) on Mar 27, 2009 at 23:50 UTC | |
by stan131 (Acolyte) on Mar 28, 2009 at 00:33 UTC | |
by gulden (Monk) on Mar 28, 2009 at 03:19 UTC | |
|
Re: How to sort Hashes of Hashes and print results in a file
by Marshall (Canon) on Mar 27, 2009 at 23:54 UTC | |
|
Re: How to sort Hashes of Hashes and print results in a file
by kirillm (Friar) on Mar 27, 2009 at 23:34 UTC | |
by stan131 (Acolyte) on Mar 27, 2009 at 23:49 UTC | |
by gulden (Monk) on Mar 27, 2009 at 23:55 UTC | |
|
Re: How to sort Hashes of Hashes and print results in a file
by FunkyMonk (Bishop) on Mar 29, 2009 at 00:41 UTC |