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