in reply to Re^4: Using split, splice, and join to remove time from scalar context return of localtime()
in thread Using split, splice, and join to remove time from scalar context return of localtime()
I don't know how to change locale
And neither do I. And which given your undoubted spread of knowledge combined with my own seems sufficient reason to not waste time trying to cater for that possibility.
For example, sort (and eq, ne et al.) will often not do what is expected by my algorithms (or yours), if the locale on the machines our code is run on is incompatible.
For those that do need to know how, they've probably worked out how (something to do with POSIX::setlocale() perhaps?), and will likely also be well versed in tracking down and correcting problems that arise as a result.
And if either of us ever actually need to know, we'll probably be able to work it out also.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Using split, splice, and join to remove time from scalar context return of localtime()
by ikegami (Patriarch) on Dec 18, 2009 at 07:57 UTC | |
by BrowserUk (Patriarch) on Dec 18, 2009 at 08:45 UTC |