Help for this page
foreach $id (keys %hashes) { push @ids, $id if ( cond($hashes{$id}) ); ... ($hashes{$id}{'key4'} < 10) ); }