I think a simpler question or observation about Perl is in order. It is a much more complicated language than Java. It may in fact be more powerful, but it also much more difficult to understand. E.g., take the local() function in Perl. Or the "Gory details of parsing quoted constructs" in the perlop manpage. It may take more lines of core language to do things in Java, but it doesn't take as much education (or line-noise-looking syntax) to do it.

It is also safe to say that the strength of Java lies mainly in its libraries, whereas considerably more strength is available in the much larger and context-sensitive Perl core language. You can learn all there is about the core Java language in a much shorter period of time than Perl. Learning Perl is closer to learning English: I may be native, but I didn't know what solipism was until a moment ago.

Finally, I will never forget what one prospective employer said to me: "It is much harder to find a good Perl programmer than a good Java programmer."


In reply to RE: Can perl be anything like Java? by princepawn
in thread Can perl be anything like Java? by pos

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.