http://www.perlmonks.org?node_id=576064


in reply to which locale is used by perl interpretor?

Your environment is different somehow. see perldoc perllocale But I think you just want something like this:
export LC_ALL=fr_FR date
or your script.
Boris