in reply to Re: Broken Function
in thread Broken Function

I get something like this: cat: /proc/cpuinfo: No such file or directory print() on closed filehandle $FILE_H at itworks.pl line 91. I am expecting my function to create a new file whether or not the file exists. But, my major hurdle is the second error message.

Replies are listed 'Best First'.
Re^3: Broken Function
by Anonymous Monk on Apr 04, 2014 at 14:35 UTC

    If you had not commented out your "or die "Could not open file: $!\n" code, then the reason why the file handle did not open would have been printed.