in reply to Re: Sort of anonymous hashin thread Sort of anonymous hash
for my $d ( sort { $hash{$a}{desc} cmp $hash{$b}{desc} } keys %hash ) { } [download]