in reply to Re^2: Sort of anonymous hashin thread Sort of anonymous hash
for my $d (sort {$descs->{$a} cmp $descs->{$b}} keys %{ $descs = {map +{$_ => $hash{$_}{desc}} keys %hash}} ) { ... ... } [download]