Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: use strict without typing use strict?

by kikuchiyo (Hermit)
on May 28, 2021 at 20:16 UTC ( [id://11133235]=note: print w/replies, xml ) Need Help??


in reply to use strict without typing use strict?

For completeness sake:

You could do BEGIN{$^H|=0x6e2}, (something close to) that's what strict.pm is doing internally.

But don't do it, because this is unreadable and not portable across perl versions.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found