Help for this page

Select Code to Download


  1. or download this
    package IncludedTextFiles;
    
    ...
    $text[3] = <<'END_OF_FILE';
    contents of the third text file...
    END_OF_FILE;
    
  2. or download this
    use IncludedTextFiles;
    print "First text file was ", length($text[1]), "bytes!";