foreach ( @array ) { if ( exists $hash{$_} ) { # do something } else { # do something else } }