On Wed, Sep 08, 2004 at 11:41:55PM -0400, Bob Rogers wrote: > Uri Guttman <[EMAIL PROTECTED]> supershited: > > > use strict; > > use warnings should be here too. > Thank you; that sounds like a good idea. (Though usually my main > interest in manipulating perl warnings is shutting them up in production > code.)
If something is yammering warnings is probably for a good reason and shutting them up is worthwhile. If you *didn't* have warnings turned on, then you wouldn't be fixing those potential problems. On the very rare occasions that you really do need to do something that sits warnings, turn warnings off for the shortest period of time possible and COMMENT why you're doing it. Ditto strictness. -- David Cantrell | http://www.cantrell.org.uk/david What is the difference between hearing aliens through the fillings in your teeth and hearing Jesus in your heart? _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

