my $var = 'blue'; my $string1 = "the \"sky\" is $var\n"; my $string2 = qq|the "sky" is $var\n|;