in reply to Re: Difference Between use warnings and use warnings FATAL => 'all'
in thread Difference Between use warnings and use warnings FATAL => 'all'

As to why?

Get stricter with use warnings FATAL => 'all';

sometimes when you get "use of unitialized value" , the value is absolutely critical to the proper functioning of the program, so the program should end , no exceptions:D

  • Comment on Re^2: Difference Between use warnings and use warnings FATAL => 'all'