Help for this page

Select Code to Download


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