If it's going to be read, it will have to be unavoidable.

I'd say that to make it efficient, there has to be JavaScript executed when the users submits the form. This JS will have to check the textarea field and look for the words use strict;. This can be done using the JS version of regexes. (Yes, they exist, for those of you that didn't believe so. Not as powerful as Perl regexes, but they do exist.)
If the use strict; is missing in the textarea, then a JS confirm() with an appropriate message shall be shown to the user, including the option to submit anyway or to cancel the submission.

Then it would at least stand a chance to be read.

Now, with the general (lack of) appreciation for JS at the Monastery, this may not be an option. But there's a (the?) solution.

The white hole.

P.S. <OPINION> JavaScript does have it's uses.</OPINION>


In reply to Re: Automatic reminder to use strict in new SoPW posts... by &nbsp;&nbsp;
in thread Automatic reminder to use strict in new SoPW posts... by theguvnor

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.