in reply to
readline() on closed filehandle
One way to get that warning message is if the
open
failed for your input file. Check if the
open
succeeded, for example, with
autodie
.
Comment on
Re: readline() on closed filehandle
In Section
Seekers of Perl Wisdom