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

if i wanted to use

my %descs = map { $_ => $hash{$_}{desc} } keys %hash; for my $d ( sort keys %descs ) { ... ... }

i had written that.
The question was about not using an explicit intermediate hash.
Thanks anyway for your contribute