my $string1 = 'test'; my $string2 = "${string1}append"; # my preference my $string3 = $string1 . 'append';