in reply to Re: Re: perl -x to test while developing (riddles)
in thread perl -x to test while developing

Although I maybe it's more like 'use strict ();'
That's indeed what -m means, which, to be entirely precise, is like BEGIN { require strict }.

Makeshifts last the longest.

  • Comment on Re^3: perl -x to test while developing (-m switch)