$line = ; # reads one line from FILE; @lines = ; # slurps up the whole thing. for $line () ... # which of the above applies? #### for $line (@lines)