in reply to How do you get around the lexical scoping of use pragmas?
You want the PERL5OPT environment variable. For example:
# MS-DOS: set PERL5OPT=-Mstrict -Mwarnings
Not that I recommend this. If you do it at all, it should probably be in some launcher script, rather than at the system-global level.
|
|---|