in reply to heredoc interpolation
use warnings; use strict; my $string = 'this string has five newlines '; print $string; [download]
>perl t_sq_newlines_1.pl this string has five newlines [download]