in reply to Re: making 'use strict' default conflicts with CORE modules/scripts
in thread making 'use strict' default conflicts with CORE modules/scripts

> How do you and your friend typically execute your scripts?

that's his use case:

lanx@lanx-1005HA:~$ export PERL5OPT="-Mstrict -Mwarnings -MData::Dump +-Mfeature=say" lanx@lanx-1005HA:~$ perl say "huhu"; dd [1,2,3] __END__ huhu [1, 2, 3]

of course he could alias perl to restrict the effect to the interactive shell only, but I'd like to know if PERL5OPT is usuable after all.

Cheers Rolf

(addicted to the Perl Programming Language and ☆☆☆☆ :)