I guess we have different programming philosophy. I like Perl, and open source programming in general, because there are no "lower levels". I don't like "black box" programming where modules are used without really knowing what exactly is going on inside. If something doesn't work the way I want, I like to be able to open the lid and see why. I don't like having to format text for no good reason and have posts look like some uni-brow without any returns when there is a return key. I would not like wasting my own and everyone else's time for perpetuity by writing code that forces everybody to waste time inserting paragraph breaks. I calculated if it takes an extra 10 minutes a day for n users, in ten years that would be, well calculate it your own way but that's a whole lot of wasted time that could be spent more productively. If nobody wants to be bothered than I won't be bothered wasting my own time to manually input what should be automatic. If that makes this difficult to read, tough cookies. It will be less time consuming to fix it than to have to mark up any more html unnecessarily. The surprise here is that "RETURN" on the keyboard is disabled when it works fine in every other app or any other website or forum. Having a working return key would not deter anyone who doesn't want to use it from not using it. -- Tom

In reply to Re^14: Making Perl Monks a better place for newbies (and others) by PerlGuy(Tom)
in thread Making Perl Monks a better place for newbies (and others) by ELISHEVA

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.