If you ever expect to work in a unix environment you'll be glad you know perl. even if you end up using it only for "shell scripts on steroids" it certainly won't be a waste of time. Java, PHP & C aren't exactly the best tools for automating/glueing tools on unix. Perl is.

As for "non-trivial" "real" projects, this year I've made most of my money working on a 99% Perl project. The other 1 percent of the project was done in C/C++/XS (mainly glue to existing libraries, but also some code to increase performance). The year before I made most of my money coding Java. Next year I expect at least some Ruby/Rails projects.

Every decent language will teach you something valuable as a programmer. I'm glad I know C, C++, Perl, Ruby & Java. Working with different languages keeps your brain open to new ideas. Also, you'll be more likely to choose the right language(s) for the job.

In other words: do Perl AND some other languages. I would recommend you also start with C. Perl & C are a pretty good match if you want to combine them and C is everywhere. Writing C will also make you appreciate all the work Perl does for you :-)


In reply to Re: Can Perl be more than a hobby language? by Joost
in thread Can Perl be more than a hobby language? by Alien

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.