Help for this page

Select Code to Download


  1. or download this
    { # setting $, $\ should be done in a block with local
        local $\="\n";
    ...
                    "Are",
                    "These");
    }
    
  2. or download this
    print <<END_OF_TEXT;
    These
    ...
    seperate
    lines
    END_OF_TEXT