我的脚本中有以下内容:
my $filename = '/Users/ldevries/Documents/data.txt';
open(my $fh, '>>', $filename) or die "Could not open file '$filename' $!";
print $fh "mytexttobeprinted";
close $fh;
我一直在接受:
命令回调错误无法打开文件'/Users/ldevries/Documents/data.txt'/ Applications / XChat Azure.app/Contents/PlugIns/economic.pl第62行不允许操作。
我检查了文件权限和锁定文件,所有内容都可以读/写