pcouderc has asked for the wisdom of the Perl Monks concerning the following question:
I use it under a linux console with : perl myscript.pl I get the date in FRENCH locale (as I expect it).#!/usr/bin/perl # # use strict; require 5.004; `date > /var/www/developer/svnlog.txt`;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: which locale is used by perl interpretor?
by marto (Cardinal) on Oct 03, 2006 at 12:38 UTC | |
Re: which locale is used by perl interpretor?
by borisz (Canon) on Oct 03, 2006 at 12:41 UTC | |
Re: which locale is used by perl interpretor?
by jasonk (Parson) on Oct 03, 2006 at 12:44 UTC | |
Re: which locale is used by perl interpretor?
by pcouderc (Monk) on Oct 09, 2006 at 05:46 UTC |