$content = ($file_text =~ /$string_to_match/) ? $string_to_match : $default_failure_value;