我在Windows 7上安装了ActivePerl-5.8.9.829-MSWin32-x86-294280
。
每当我运行任何Perl脚本时,都会出现以下错误:
Perl: warning: Setting locale failed.
Perl: warning: Please check that your locale settings:
LC_ALL = "C",
LANG = "en_US.UTF-8"
are supported and installed on your system.
Perl: warning: Falling back to the standard locale ("C").
我尝试设置环境变量和cmd,但它没有用。
请帮忙,因为我的进一步安装取决于Perl。
答案 0 :(得分:2)
我通过以下方式解决了警告:
转到控制面板 - >区域和语言 - >格式。
在格式标签中,您的格式应为English(United States)
。
答案 1 :(得分:0)
set LC_ALL=C
应该是正确的答案!