Help for this page
open F, "<file.txt" or die $!; while (<F>) { ... } close F;
data1 data2 data3 data4