I feel like I've been telling a lot of people this lately, but the best answer to "what should I learn" is almost always "to be a better programmer." Most of the skills that make a good programmer are not language dependent, and even good styles of programming for specific types of languages (OO vs. functional) are exportable across their families. Just about everything you'll learn in Perl Best Practices applies to Java, C, PHP, and the flavor of the month five years from now.

So first and foremost, learn to be a better programmer. You will then find yourself in the position to quickly be able to pick up the basics of a new language, and just as quickly work your way through whatever special topics you need to address. In an industry where just about all of the specifics that you know right now will be obsolete by the end of the year (whether you know it or not), that sort of flexibility and confidence grounded in ability to say "yes I can" is the most important skill to have.

Cheers!


In reply to Re: PHP or Python or other language? which is better career choice along with Perl and Java? by starX
in thread PHP or Python or other language? which is better career choice along with Perl and Java? by lucky3

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.