my $string = "If the lines are too long you can always " . "use the concatenation operator to build " . "smaller strings into one large one.\n"; print $string;