http://www.perlmonks.org?node_id=621225


in reply to Controlling "use" statements

use strict; use warnings;

Please reconsider disabling these in your live version. The difference in load/run time is trivial and I can pretty much guarantee that you'll wish you had warnings on at some point on the runtime box :-)