Pretty simply put, on Windows 10, when I try to open a file for writing I get 'Permission Denied' error. I have looked through this site (and others) but can't find an answer to something that I would expect would be common. So I must be doing something wrong.
use 5.010; use strict; use warnings; open FILE,"> hello.txt" or die $!; close FILE;
Permission denied at test.pl line 5.
Thoughts? Thanks!
In reply to Permission denied writing to Windows 10 by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |