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