my $string = <<"END"; # Note here I have used double quotes In this string " and ' and all chars work normally, but backslashes must be escaped, and $var is interpolated. END