【发布时间】:2012-05-02 15:46:54
【问题描述】:
每当我运行我的代码时:
$perl my_any_code.pl
它总是给我这个:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
我怎样才能避免这种情况?
【问题讨论】:
标签: linux perl unix message stderr