Maybe hypocisy is too strong a word, but I had to think of something these things have in common. I didn't feel each was worthy of its own post.

One big reason for people liking Perl is that it's a quick, compact language. Why then is this the only of a gazillion message boards (that I know of) that requires the use of tags for something as simple as a line break? Can't anyone who maintains this board figure out how to add an auto-line-break feature?

Two other things I hear from alot of Perl programmers is how important it is to use strict, and how you shouldn't parse HTML with a regular expressions. Well, thanks to my regex HTML parser, I discovered that someone wasn't strict enough in debugging their HTML. In every section, the source code of the "Offer your reply" links is [Offer your reply&#093 (note the missing semicolon). Though the w3 validator didn't catch that one, it did find 283 other errors in http://perlmonks.com/index.pl.

I guess you could also infer from this post that I pay no mind to my reputation here.

Not that I don't like perlmonks...

In reply to Perl Monks hypocrisy by Wassercrats

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.