open (FILEHANDLE, '<', 'some.file') or die "Can't open some.file for reading.\n"; while () { print; } #### my $first = ;