open FILE_HANDLE, "<", $File_Name or die "probs opening $File_Name: $!\n"; while () { # defaults to one line at a time # do something to this line that is now # contained in the $_ variable }