in reply to use locale/utf8 scoping
None of the above methods seem to work. It looks like locale and utf8 do not behave like regular modules: you cannot play require/import/unimport (which is what if.pm does too) with them. Either they're use-d or not (in the current lexical scope).
utf8 seems to have higher priority than locale BTW.
|
|---|