in reply to Permission denied writing to Windows 10

Try using or die Fudge() to get more verbose error message
  • Comment on Re: Permission denied writing to Windows 10

Replies are listed 'Best First'.
Re^2: Permission denied writing to Windows 10
by Anonymous Monk on Sep 14, 2016 at 20:26 UTC

    Here is the output using Fudge()

    Error 13 Permission denied 5 Access is denied ERROR_INVALID_DATA EVENT_SYSTEM_CONTEXTHELPEND EMR_SETBRUSHORGEX EACCES EMARCH_ENC_I17_IMM5C_INST_WORD_POS_X # status($?) 0 subexit($? >>8) 0 signal($? & 127) 0 coredump($? & 128) 0 at test.pl line 33.
      you said am thinking that there is something about this specific directory tree. so i suspect too that you are running the script from within a special windows directory: for example 32 bit program cannot access the content c:\Program Files and this is due to filesystem redirection: an evil feature of such OSses: see about win file system redirection 32 64bit madness and me about filesystem redirection

      So, what is your current path, where you encounter problem? which is the minimal code that produce such error?

      L*

      There are no rules, there are no thumbs..
      Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.