When I run perl, I get the warning:
perl
perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset
perl: warning: Falling back to the standard locale ("C"). locale: Cannot set LC_ALL to default locale: No such file or directory
Solution:
Try this (uk_UA.UTF-8 is my current locale. Write your locale, for example en_US.UTF-8 !)
sudo locale-gen uk_UA.UTF-8
and this.
sudo dpkg-reconfigure locales