stevieb,

I'm a little confused by your question!

If you are replying to a post, and the use of warnings and strictures would help the OP, then the answer should always be: Yes. I haven't written a script in the past 7-8 years that doesn't have the use statements. And when I come across something prior to that, I always add the statements and deal with any identified problems.

But if the OP is more than a newbie, and the snippet of code looks okay, then your answer/comment should be on the content of the question.

And finally if you are the OP, then I think that all monks should expect the use of warnings and strictures to be already present, and the content has to be looked at in greater detail :-)

Regards...Ed

"Well done is better than well said." - Benjamin Franklin


In reply to Re: Is pushing strict and warnings still relevant? by flexvault
in thread Is pushing strict and warnings still relevant? by stevieb

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.