Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: making 'use strict' default conflicts with CORE modules/scripts

by LanX (Saint)
on Dec 12, 2014 at 20:14 UTC ( [id://1110210]=note: print w/replies, xml ) Need Help??


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 ☆☆☆☆ :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1110210]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (8)
As of 2024-04-19 14:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found