linux에서 perl을 실행하면 다음과 같은 경고가 올라옵니다.
#perl
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "ko"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
환경변수가 제대로 설정이 안된건가요??
어떻게 해야하는지 .. 한수 배우고 싶습니다.