View Single Post
Old 05-13-2020, 03:22 PM   #21
Markismus
Guru
Markismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicing
 
Markismus's Avatar
 
Posts: 959
Karma: 149907
Join Date: Jul 2013
Location: Rotterdam
Device: HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
https://github.com/Markismus/PocketB...kdic.pl#L1000:
Code:
open( FILE, "$FileName" )
   || (warn "Cannot open $FileName: $!\n" and die);
  }
It's part of the basic subroutine to open file. Open filehandle or warn. So it can't find the file.
Oddly enough, the message should have generated the whole warning, not just the '$!' part.

If this is an systemic error, than no files can be loaded anywhere in Windows, which seems odd: This is a very basic operation. Could you have given the wrong filename?

Maybe use https://www.cygwin.com/ to see whether it is Linux/Windows related or your input?

Last edited by Markismus; 05-13-2020 at 03:24 PM.
Markismus is offline   Reply With Quote