in reply to assign a string using multiline format
use strict; use warnings; my $string = "This is a test..."; print $string; [download]