Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

making 'use strict' default conflicts with CORE modules/scripts

by LanX (Saint)
on Dec 12, 2014 at 19:21 UTC ( [id://1110202]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    lanx@lanx-1005HA:~$ export PERL5OPT="-Mstrict"
    lanx@lanx-1005HA:~$ perldoc perldoc
    Global symbol "$running_under_some_shell" requires explicit package na
    +me at /usr/bin/pod2man line 6.
    BEGIN not safe after errors--compilation aborted at /usr/bin/pod2man l
    +ine 18.
    Got a 0-length file from /usr/share/perl/5.14/pod/perldoc.pod via Pod:
    +:Perldoc::ToMan!?
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    use strict;
    # ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1110202]
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-16 09:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found