domm has asked for the wisdom of the Perl Monks concerning the following question:
Are there modules on CPAN that calculate somthing like this?
Given an input like:
I would like output like this:[ [RUBYKAT,15.97], [SAPER,15.78], [PETDANCE,15.5], [AMBS,15.5], [BARBIE,15.45], ... ]
(where ^ and v should be up/down arrows representing a change to the previous status.)1: RUBYKAT ^ 2: SAPER 3: PETDANCE AMBS v 5: BARBIE
If there isn't a module (or several doing parts of this), I'll probably roll my own. Any naming suggestions?
-- #!/usr/bin/perl for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: looking for a module to handle 'highscore' lists
by jbrugger (Parson) on Mar 20, 2005 at 16:25 UTC | |
|
Re: looking for a module to handle 'highscore' lists
by TedPride (Priest) on Mar 20, 2005 at 17:01 UTC |