print "$line\n";
Prints the text in each line of textthought.txt as the script loops through them.
close (THISFILE);
Once the foreach loop is finished, the file variable that stands for textthought.txt file is closed.
<< BACK
NEXT >>