for my $key (sort keys %$hashref) { my $entry = $hashref->{$key}; print "foo: $entry->{foo}\n"; }