Help for this page
print <<'HTML';
print <<"HTML";
my $derp = "jone"; ... print <<'HTML'; <h3>$derp</h3> HTML
<h3>jone</h3>