I would definitely recommend learning Java. I think the language is quite fun to code in, even if I miss some very nice facilities from Perl (can we say foreach). It can be used to make some pretty clean code, and just sort of feels good. It will definitely help you in your Perl journey. For example, it actually showed me what OO techniques are good for, and motivated me to learn OO in Perl. I am very grateful for this. :)

I learned Java in a very similar situation, though not quite as voluntary as yours. A new boss was coming in, and word was he wanted to use Java everywhere. Being the industrious worker bee that I am, I learned Java before he got there. To my surprise, I actually began to like the language, despite its stigma. You might find yourself feeling the same.


In reply to Re: learning java? by revdiablo
in thread learning java? by kodo

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.