On 10 Jun 2001, at 23:37, Charles Lu wrote:

>    my @newhash = sort {$hash{$a} <=> $hash{$b}} keys %hash;

It's not quite an answer to your question, but I'm curious why you 
nested the subroutine instead of just writing it like this?

-- 
Karen J. Cravens ([EMAIL PROTECTED])

Reply via email to