on 7/11/02 10:02 AM, Phil Dobbin at [EMAIL PROTECTED] wrote:

>>   perl: warning : Please check that your locale settings:
>>   LC_ALL = (unset),
>>   LANG = "en_US"]
>>   are supported and installed on your system
>>   perl: warning : Falling back to the standard locale ("C")
>>   perl: warning : setting locale failed.

You need to set environment variables in your shell login script.

For 'tcsh', edit the .login file in your home directory, and add the lines

setenv LANG en_US
setenv LC_ALL=C

Reply via email to