Help for this page
$foo = qq[\\something]; #1 $foo = qq!\\something!; #2
$foo = <<END; \\something END
$foo = <<'END'; \\something END