Help for this page

Select Code to Download


  1. or download this
    use warnings;
    #use strict;
    ...
    TEXT
    
    print $text1;
    
  2. or download this
    This is the text for $text1.
    Note that multiple lines are allowed.
    Note too that the terminating line must exactly match the string betwe
    +en the <<
    and the ; on the starting line. In particular any white space must mat
    +ch
    exactly.