There are really only two entities you need to memorize:

jeffa++! Yes, that works if you are normal-lazy and not compulsive-obsessive like moi ;-). I hanker for orthogonality in such things and the mere idea of doing the opening tag but not the closing tag fills me with horror ;-/.

The nice thing about your comment -- besides its correctness -- is that the code (unlike a Post-It note stuck to the monitor) is extensible to tell you what you think you need to know:

perl -e' print "The troublesome entities, irksome to Monks:\n " , ( join " and ", map{ sprintf qq{$_ is safe as }.q{&#}.qq{%d;}, ord ; } qw/[ </ ) , "\n"; '

Hopefully future readers will grasp that this is meant as somewhat of a joke: of course it's going to be easier (or more efficient, or something) for most people to simply memorize the entities. The point is that some of us have poor memories and a $10 solution to a 5-cent problem helps get around that ;-) -- If Adrian Monk was a coder, he'd be a Perl Monk, wouldn't he.


In reply to Re: (jeffa) Re: remind me again ... by Intrepid
in thread remind me again ... by Intrepid

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.