Dan wrote:
> 
> ok.. that worked, now how about if i wanted it to go the other way.. from
> most to least?


my @sorted = sort { $usernum{$b} <=> $usernum{$a} } keys %usernum;


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to