Help for this page
$! = bad handle; if the handle is bad, return undef; ... $! = read error; if can't read from the handle, return undef; return line read;