in reply to Condensed rank table output
First build a hash of arrays with names of same score.
$score{13} = [ "Sarah", "Jacob", "Donny" ]
Than sort this hash.
When printing add the size of the arrays to get the ranks.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Condensed rank table output
by tlk (Acolyte) on Sep 07, 2019 at 20:21 UTC | |
by LanX (Saint) on Sep 08, 2019 at 00:36 UTC | |
by tlk (Acolyte) on Sep 08, 2019 at 07:32 UTC |