操作不允许使用perl脚本的Mac OS

时间:2013-09-07 16:59:54

标签: macos perl azure

我的脚本中有以下内容:

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行不允许操作。

我检查了文件权限和锁定文件,所有内容都可以读/写

0 个答案:

没有答案