my $FOUND = index($ARRAY[$i], 'solar winds'); if ($FOUND >= 0) { print "\nFOUND SOLAR WINDS IN LINE $i"; }