in reply to Re: Why isn't C<use strict> the default?
in thread Why isn't C<use strict> the default?

until then, you could still bribe your unix sysadmins to   alias perl='perl -Mstrict'   globally.

Anybody can turn it of with   alias/unalias   and it doesn't affect shebangs anyway, so old code will still work, unless calling perl without a path to it.

Of course, to be really mean, you could put a wrapper around   /usr/bin/perl   too...

Cheers, Sören

  • Comment on Re^2: Why isn't C<use strict> the default?

Replies are listed 'Best First'.
Re^3: Why isn't C<use strict> the default?
by Juerd (Abbot) on Oct 28, 2004 at 18:54 UTC