http://www.perlmonks.org?node_id=1002235


in reply to Re^7: Reading tab/whitespace delimited text file
in thread Reading tab/whitespace delimited text file

Why does the original code behave differently when i use the while(<FILEHANDLE>) loop as a file handle to read a particular section of code(say between line 2-10) instead of using EOF ..???