$content_array[$location] =~ m/\. $/s; #### if ($content_array[$location] =~ m/\. $/s) #### $last_in_sentence = ($content_array[$location] =~ m/\. $/s) #### if ($last_in_sentence) #### if (!($last_in_sentence)).
## if ($content_array[$location] =~ m/\. $/s) ##
## $last_in_sentence = ($content_array[$location] =~ m/\. $/s) ##
## if ($last_in_sentence) ##
## if (!($last_in_sentence)).