On 10 Mar 2003 at 9:23, Jeff Westman wrote: > I'm just trying to get a general feeling here from the community. > > I have a script that I am getting ready to turn over in "production mode". I > am using 'use strict' of course, and during my coding and testing, have > enable warnings. > > Now that the code is ready to "go production", should I turn off the warnings > mode? > > > Thanks for your $0.02 > > > --Jeff >
Here's mine: NO. Depending on how the script is going to be run, you may want to log anything output to STDERR: perl my_script 2>> /somewhere/my_script-error.log and look at the error log often/daily (or have a deamon look at it automatically, and email you, etc.). Aloha => Beau; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]