in reply to Re^2: "use VERSION does not load the feature.pm, strict.pm, or warnings.pm"
in thread "use VERSION does not load the feature.pm, strict.pm, or warnings.pm"
I'm kind of rusty on the $^H details myself, so it might turn out that some other magic variable does more of the work these days. But yeah, the point is just that strict is nothing more than flags set in the interpreter during the compile phase of a file, and there are several ways to accomplish it.