Help for this page

Select Code to Download


  1. or download this
    $! = bad handle;
    if the handle is bad, return undef;
    ...
    $! = read error;
    if can't read from the handle, return undef;
    return line read;