use warnings; #### use warnings FATAL => 'all'; #### { no warnings 'uninitialized'; # etc. } #### use warnings ; # FATAL => 'all';