in reply to scope of "use strict"? (needed: "superstrict")
You could try
though you may need to add some more -M inclusions, e.g.:% perl -Mstrict -wc Suspect_Module.pm
% 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 | |
by Happy-the-monk (Canon) on Jul 07, 2005 at 08:45 UTC |