http://qs321.pair.com?node_id=11119948


in reply to Re^2: A locale independent sprintf?
in thread A locale independent sprintf?

The no locale pragma does not change the locale, it just deactivates it.

Actually, if you look at the code, you will see it disables the internal hint that tells perl builtins to honor the locale configuration. I am sure doing that is completely thread safe.