if (1) { use warnings; } print undef; #### BEGIN { if ($ARGV[0] eq '--debug') { require warnings; warnings->import(); } }