in reply to String concatenation
Neither :)
push @string, $var1, $var2, $var3; return join '', @string; [download]
From the "I'm afraid of lists... sometimes!" department?