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

... warnings ... warnings ... warnings ...

Maybe warnings? It links the document perllexwarn which has http://perldoc.perl.org/perllexwarn.html#Fatal-Warnings

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

Replies are listed 'Best First'.
Re^2: Difference Between use warnings and use warnings FATAL => 'all'
by Jim (Curate) on Dec 27, 2013 at 04:39 UTC

    …and?

      …and?

      and it explains the difference?

        …and it explains the difference?

        No, it doesn't answer the few questions I asked here. If it did, I wouldn't have had to ask them. The answers to my questions are in the many helpful responses to my inquiry here and in toolic's 2011 PerlMonks article titled Get stricter with use warnings FATAL => 'all'; and the discussion that followed from it. They're not in either warnings or perllexwarn.

        But thank you for your reply, too.

        Jim