Some random, thoughts... It is a good thing to know (yet) another programming language. Perl has strengths, Java has strengths. That gives one the opportunity to chose the language that is better suited for the job at hand (another tool in the box). I would not try to map Perl2Java (analogue: see perlsyn '...a C programmer might...'). Each language has its own idioms. You can profit from learning Java the Java-way (OO etc.). Agreed, usually Java means somewhat more typing compared to Perl (in other words: more time spend until the coding bliss kicks in ;-), but on the other hand that is often compensated by frameworks (e.g. Tomcat for servlets, JUnit for testing, etc.) and faster execution speed. The online Java documentation is quite good and extensive. Besides buying a book, this is an opportunity to ask your boss for a training or even a Java certification (set of trainings).

In reply to Re: From Perl to Java by Perlbotics
in thread From Perl to Java by ropey

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.