if ( defined($array[0]) ) { my $array0 = $array[0]; foreach ( @numbers ) { next unless $array0 == $_; print "FOUND
"; } }