On Tue, 2006-11-21 at 08:40 +0000, Mário Gamito wrote:
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>         LC_ALL = (unset),
>         LC__FASTMSG = "true",
>         LANG = "en_GB"
>     are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").


try this before your script:

export TZ=AEDT  # Australian eastern daylight saving time

If that works then find you correct time zone and ask you administrators
to fix it.

-- 
Ken Foskey
FOSS developer


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to