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