in reply to Re: anyway to abbreviate use strict; use warnings;
in thread anyway to abbreviate use strict; use warnings;

Please not that 1) -w isn't the same use warnings (it acts globally, not only in a lexical scope), and 2) this won't be interpreted for modules at all.
  • Comment on Re^2: anyway to abbreviate use strict; use warnings;

Replies are listed 'Best First'.
Re^3: anyway to abbreviate use strict; use warnings;
by pat_mc (Pilgrim) on Jan 09, 2009 at 19:33 UTC
    Thanks for the knowledgeable additions to my post, Moritz. Just for the record, however, I see no reference to lexical scope or the use of modules in metaperl's original question, hence my response (well, to say the truth - I was unaware of the facts you mention so I probably still would have suggested -w as an answer, even if metaperl had mentioned those restrictions in the original question).

    Pat