while ( defined( my $line = $fh->getline ) ) { [download]
defined is automatically added in some cases. That's not one of them.
In reply to Re^5: file handling by ikegami in thread file handling by trio