$quoted_str_to_match = quotemeta $str_to_match; @matches = grep /$quoted_str_to_match/, @Output;