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

Re: Turn off warnings, diagnostics?

by Tanktalus (Canon)
on Nov 07, 2012 at 16:51 UTC ( [id://1002696]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings FATAL => 'all';
    
  2. or download this
    {
      # we actually want to treat undefs as empty strings, just easier tha
    +t
    ...
      no warnings 'uninitialized';
      ... # code that might use undefs legitimately goes here
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-03-28 18:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found