in reply to Re: Sort of anonymous hash
in thread Sort of anonymous hash

Simpler and faster:
for my $d ( sort { $hash{$a}{desc} cmp $hash{$b}{desc} } keys %hash ) { }