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