#loops through all the lines in a #file and prints them out foreach $line (@file) { print $line; }