Janek Schleicher wrote at Wed, 29 May 2002 17:20:02 +0200:

> Make it more readable and write:
> 
> @sorted = reverse sort { $myhash{$b} <=> $myhash{b} } keys %myhash;
                                  ^^^^
Oops, there's a typo :-((

Of course, I meant
@sorted = reverse sort { $myhash{$a} <=> $myhash{b} } keys %myhash;

Greetings,
Janek

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

Reply via email to