I keep trying to run my script and I get the error:
what does this mean? btw, INFILE is the name of a file which I am trying to read into an array.
(e.g.
)
I had it working, but now I'm stumped... please help.
Code:
readline() on closed filehandle INFILE
what does this mean? btw, INFILE is the name of a file which I am trying to read into an array.
(e.g.
Code:
@input = <INFILE>;
I had it working, but now I'm stumped... please help.