Help for this page

Select Code to Download


  1. or download this
    print <<'END_HTML';
    
    <h1>this is a big piece of text sent to the browser</h1>
    END_HTML
    
  2. or download this
    $array_of_pages[0] =<< 'LABEL';
    # your html code goes here
    ...
    # your other html code goes here
    LABEL
    # ... and so on
    
  3. 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