I hate to say this, but there is so much crap Perl code out there on the internet in free (and paid for) CGI programs, dodgy tutorials, half-arsed postings on various forums and so forth, that barely struggles to resemble Perl 5 let alone run under 'strict' that if stricture were to become the default (and consequently all this crap code stopped working) then we would all be inconvenienced as we are inundated here (and other places people talk about perl) by the torrent of questions of the "I got this code from <replace with favourite resource of hate> and it doesn't work" variety, it would probably drown out all the other content, the more insightful posters would get bored of answering the same question over and over and would drift away, and the people left would only know enough to type no strict at the top of their programs ...

Okay perhaps I exaggerate, but you get my point.

/J\


In reply to Re: Why isn't C<use strict> the default? by gellyfish
in thread Why isn't C<use strict> the default? by BrowserUk

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.