Help for this page
Select Code to Download
Select
or
download this
my $string = (+book +dog +cat);
Select
or
download this
my $string = 'book' + 'dog' + 'cat';