Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: How to determine if 'strict' is enabled

by kcott (Archbishop)
on Jun 07, 2023 at 06:15 UTC ( #11152676=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to determine if 'strict' is enabled
in thread How to determine if 'strict' is enabled

G'day stevieb,

"Is this documented anywhere ikegami?"

I looked this up after ++ikegami's response. See caller for element-8, $hints, and subsequent discussion. See "strict's source code" for the numbers (0x2, 0x200, and 0x400).

— Ken

Replies are listed 'Best First'.
Re^4: How to determine if 'strict' is enabled
by LanX (Saint) on Jun 07, 2023 at 11:27 UTC
    And especially $^H is enlightening, too.

      Each time a statement completes being compiled, the current value of $^H is stored with that statement, and can later be retrieved via (caller($level))[8]

    so it also depends at what time you need to check the strictness.

    Cheers Rolf
    (addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
    Wikisyntax for the Monastery

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2023-12-10 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?