Learn more Perl if you want to know more Perl. You can't know everything yet. Peruse the perlfaqs for features or tricks you've never used, and study those to see if you could be using them. Learn to use pack and unpack like a pro.

On the other hand, you should learn other languages. Being well-rounded never hurt, and the knowledge and insight you gain from studying other languages can aid your Perl as well. Pick a language that you've always thought sounded pretty cool and go try it out (that's how I started with Perl in the first place). Try doing the things you can do easily in Perl. Try doing the things that are harder in Perl. Try getting into the mindset of that language so you can see problems from different points of view. The more tools you know how to use well, the easier it is to find one of them can solve a certain problem particularly well.

Plus, it always looks good on a resume. ;)

kelan


Perl6 Grammar Student


In reply to Re: Future Programming Direction by kelan
in thread Future Programming Direction by artist

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.