Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Get stricter with use warnings FATAL => 'all';

by toolic (Bishop)
on Oct 12, 2011 at 19:18 UTC ( [id://931073]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings FATAL => 'all';
    use strict;
    ...
    
    foo
    bar
    
  2. or download this
    use strict;
    use warnings FATAL => 'all';
    ...
    2011/10/12 21:05:08 A low-level message
    2011/10/12 21:05:08 Won't make it until level gets increased to ERROR
    2011/10/12 21:05:08 bar
    

Log In?
Username:
Password:

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

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

    No recent polls found