Hi guys a new tip about how to solve the following warning: perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = “UTF-8”,
LANG = “en_US.UTF-8” Every time that this type of warning appears its because some of the environment variable are unset. Note that in my example, LANGUAGE and LC_ALL are equal to (unset).