http://qs321.pair.com?node_id=11133235


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.