Help for this page
while ($_ = <SOME_FILE_HANDLE>){ ... }
while (defined ($_ = <SOME_FILE_HANDLE>)) { ... }