in reply to Possible redundant use of "use strict" and "use warnings"?

FWIW, I put them into subs sometimes in the legacy code I work on because the top level of the code does not use them, which is bonkers, so it’s the only way to introduce sanity with new code or in reviewable/discreet chunks.

  • Comment on Re: Possible redundant use of "use strict" and "use warnings"?