Perl is most definitely my "primary" language, as well as by far, my favourite. Perl was the first language I learned, going on nearly 20 years ago now.

That said, I am equally well versed in Python, which I use at work for approximately 50% of my duties.

I'm very well versed with C# (requires me to use a search engine somewhat infrequently), and can easily code in and understand C and C++, but unlike Perl and Python, I'm no expert with these three.

I can get by in JS when I need to (Your Mother has provided me great guidance with this lang in the past), and I'm very experienced with two legacy custom languages at my $work that we have replaced with Python.

OP: Perl is a great first language. As others have stated, Perl programming jobs are for the very experienced anymore, and again, as others have stated, if you learn Perl, it really helps to build an understanding of several other languages (most notably imho, C), so it can be used as the starting block for you to branch out from as you gain experience.

Update: Besides, Perl has the most open, welcoming, helpful and polite community of any language out there. I've been a member of numerous forums over the years, and out of all of them, Perl-related boards, mail lists, communities, Perl easily takes the cake (Perlmonks in particular, but not necessarily specifically).


In reply to Re^3: Is it still worth learning Perl as a first language? by stevieb
in thread Is it still worth learning Perl as a first language? by tm2383

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.