- or download this
print <<'END_HTML';
<h1>this is a big piece of text sent to the browser</h1>
END_HTML
- or download this
$array_of_pages[0] =<< 'LABEL';
# your html code goes here
...
# your other html code goes here
LABEL
# ... and so on
- or download this
# directly from perldoc perldata...
($quote = <<'FINIS') =~ s/^\s+//gm;
The Road goes ever on and on,
down from the door where it began.
FINIS