Help for this page
while (<FILE>){ chomp; print "$_\n"; }
while (<FILE>) { print; }
print while <FILE>;