sub work_with_tmp_line { my ($message) = @_; $message =~ /(\w+)(Exception)/ and return "$1$2"; return 'No Exception'; }