in reply to Re: Disable Perl warningin thread Disable Perl warning
if (1) { use warnings; } # no warnings say "Yup" if "zero" == 0; [download]