in reply to scope of "use strict"? (needed: "superstrict")

You could try

% perl -Mstrict -wc Suspect_Module.pm
though you may need to add some more -M inclusions, e.g.:
% perl -Mstrict -MRequired_Module -wc Suspect_Module.pm

the lowliest monk

Replies are listed 'Best First'.
Re^2: scope of "use strict"? (needed: "superstrict")
by argv (Pilgrim) on Jul 07, 2005 at 03:40 UTC
    If I had a "suspect module", I could do that, but as I said, I have no single module to look at. (If so, I could just copy it to my wriable space and debug it directly.)

    My objective is still the same: I want to force "strict" on all the modules that will be loaded.