jpn has asked for the wisdom of the Perl Monks concerning the following question:
Ok! It's a Debian question.
$perl -M5.12.2 -MDate::Handler -MData::Dumper -e 'my @x = split "-", " +2010-05-13"; my $x = new Date::Handler(date => [@x],time_zone=>"Europ +e/Lisbon"); say; say Dumper $x; say; say join( "/", $x->Day,$x->Month +, $x->Year);'
Why do I get this message:
Locale en_US does not seem to be implemented on this system, keeping l +ocale
Although the lame message leaves everything going nice, I want to get rid of it
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Not quite a perl question
by ambrus (Abbot) on Dec 02, 2010 at 08:35 UTC | |
|
Re: Not quite a perl question
by Anonymous Monk on Dec 02, 2010 at 03:25 UTC |