say "Found $_" for grep {index($_, $string_to_find) > -1} @array_to_search;