my $str = "some strory"; $str .= ", an happy ending"; $str =. "A realy exciting begin, "; # instead of: $str = "A realy exciting begin, " . $str;