in reply to Re^3: 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()
Your solution requires localtime to return strings with specific arrangement of characters. If localtime returns a string based on the locale, your solution could break.
I don't know how to change locale to test.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Using split, splice, and join to remove time from scalar context return of localtime()
by BrowserUk (Patriarch) on Dec 18, 2009 at 05:43 UTC | |
by ikegami (Patriarch) on Dec 18, 2009 at 07:57 UTC | |
by BrowserUk (Patriarch) on Dec 18, 2009 at 08:45 UTC |