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?
Same reason vrooms XP is whatever it is. Perlmonks formatting works the way it does, and is in no way a reflection on perl.
... Well, thanks to my regex HTML parser ...
1. So what?
JavaJunkies runs on perl, and some people were baffled that a site about java wasn't done in java. One has nothing to do with the other.

2. What couldn't you do that with an existing html parser that you had to roll your own?
Reusing proven tools improves productivity. I fail to see why the perlmonks should help people debug regexes for html parsing any more than they should help someone roll their own CGI.pm. It's just a waste of time.

update: You want autobreaking, make like a good perlmonk and suggest the feature effectively. I for one would not like it one bit, cause I've been formatting my posts by hand for 2-3 years now, and I ain't gonna change any time soon.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.


In reply to Re: Perl Monks hypocrisy by PodMaster
in thread 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.