![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: use strict without typing use strict?by kikuchiyo (Friar) |
on May 28, 2021 at 20:16 UTC ( #11133235=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|