Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: strict, warnings and diagnostics pragmas

by pmas (Hermit)
on Aug 03, 2001 at 17:12 UTC ( [id://101960]=note: print w/replies, xml ) Need Help??


in reply to strict, warnings and diagnostics pragmas

I am using slightly different approach:
I have different configuration files in development and production, so I can also have use CGI::Carp qw(fatalsToBrowser); in development and not in production. Development environment has also set DEBUG variable on, so running the same script in development yields a lot of info about what is going on, without need to comment it out for production. Basically, I look at debug printouts as "printable comments". And valid comments never hurt, right?

pmas
To make errors is human. But to make million errors per second, you need a computer.

Log In?
Username:
Password:

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

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

    No recent polls found