print <<'END_HTML';
##
$array_of_pages[0] =<< 'LABEL';
# your html code goes here
LABEL
$array_of_pages[1] =<< 'LABEL;
# your other html code goes here
LABEL
# ... and so on
####
# directly from perldoc perldata...
($quote = <<'FINIS') =~ s/^\s+//gm;
The Road goes ever on and on,
down from the door where it began.
FINIS