acollins
05-13-2003, 05:42 PM
I'm a terminal nOOb, and just learning Perl in an Internet Programming Class I'm taking. Every time that I run a Perl script, I get the following error message:
[Andrews-Computer:~/desktop] acollins% perl code.pl
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = "en"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Then the code executes just fine. I guess it's not a big deal because it still works, I just thought perhaps I could do something to fix it.
Any suggestions?
:???:
[Andrews-Computer:~/desktop] acollins% perl code.pl
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = "en"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Then the code executes just fine. I guess it's not a big deal because it still works, I just thought perhaps I could do something to fix it.
Any suggestions?
:???: