I've been programming exclusively in Perl for over 4 years and on and off for 8 years prior to that. I have never once programmed anything threaded. Ever. In fact, I would say that most programmers in the world have never knowingly handled threading issues.
I've been programming Perl for 10 years now, but I've never programmed anything with mod_perl or the DBI. Ever. And that's probably true for most programmers in the world. But that doesn't mean that mod_perl or the DBI aren't hot or important.

It doesn't matter whether programmers get it right. Fact is, there is a demand for threaded applications. Whether it's useful or not. And when programmed right, threading in Java works a lot more efficient than in Perl (where threads is such a bane that by default if you compile Perl, threads are disabled). It's like vitamine pills. Whether they work or not - there's a demand for them. And that (partially) explains why Java is "bigger" than Perl.

As for Unicode, I don't have my p5p archive here, and I'm not going to look up the online archives, but there are still a lot of bugs/glitches coming by on the mailinglist.


In reply to Re^4: Java Vs Perl by Anonymous Monk
in thread Java Vs Perl by Anonymous Monk

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.