Help for this page
($file_text =~ /$string_to_match/) && $content = $string_to_match;
$content = ($file_text =~ /$string_to_match/) ? $string_to_match : $default_failure_value;