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