Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: A locale independent sprintf?

by swl (Parson)
on Jul 29, 2020 at 11:27 UTC ( [id://11119955]=note: print w/replies, xml ) Need Help??


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

Very handy. When applied at the package scope it will also allow code to avoid locale based effects across subs (i.e. more than just sprintf).

Replies are listed 'Best First'.
Re^5: A locale independent sprintf?
by jcb (Parson) on Jul 30, 2020 at 01:51 UTC

    Unless you are putting your packages in blocks, locale does not exist in package scope — it is a lexical pragma, just like strict and warnings. So no locale at file scope will inhibit locale effects for everything after it in the same file, unless countermanded with use locale.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11119955]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-26 04:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found