No, it doesn't answer the few questions I asked here. If it did, I wouldn't have had to ask them.

Not too get too technical but

What's the difference between use warnings and use warnings FATAL => 'all'?
And where are the differences between the two uses documented?
Both question directly answered by http://perldoc.perl.org/perllexwarn.html#Fatal-Warnings

 

What's the rationale for using the latter instead of the former?
Sure this question isn't answered directly, but the answer reveals itself -- what does a spoon do(warnings)? what does a knife do (FATAL/all)?

So the rationale is, when you're eating soup use a spoon :)

Reading http://perldoc.perl.org/perllexwarn.html#What%27s-wrong-with-*-w*-and-%24^W helps to reveal the more of the purpose behind warnings, so it reveals more of the purpose behind FATAL/all :)

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.

Maybe you'd like to write a paragraph and perlbug this update to perllexwarn?

You're onto something Jim :)


In reply to Re^5: Difference Between use warnings and use warnings FATAL => 'all' by Anonymous Monk
in thread Difference Between use warnings and use warnings FATAL => 'all' by Jim

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.