![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re: PERL/Windows file open errorby Laurent_R (Canon) |
on Mar 04, 2019 at 15:46 UTC ( #1230850=note: print w/replies, xml ) | Need Help?? |
Hi,
maybe try to change this line: to something like this: This way, you can ascertain the name of the file you were trying to open and figure out whether there is something wrong with the content of $fh. Update (15:50 UTC): I see now that you're actually printing the file name right before, so what I suggested is useless. And also that you're using autodie. Never mind.
In Section
Seekers of Perl Wisdom
|
|