RosettaCodeData/Task/String-concatenation/Perl/string-concatenation-2.pl

3 lines
34 B
Perl

$s .= ' literal';
print $s, "\n";