Perl is useful to know even if you don't get a job from it. It is *certainly* worth taking the time to learn. Should it be the _only_ language you learn? No. No language should. Learning a variety of languages, preferably from different language families, improves your programming skills in all of them. At minimum, you want to learn a low-level language (assembler or C), a higher-level procedural or structured-programming language (e.g., Pascal), a functional language (preferably something from the Lisp family), an object-oriented language (e.g., Smalltalk or Inform), and a multiparadigmatic language (Perl being likely the best choice here). With each language you learn it gets easier to learn more, so once you've checked off a language for each of those categories you can worry about which ones are going to get you jobs and add them too. Oh, and as far as getting jobs, the best investment you can make is probably SQL, because it's so incredibly easy to learn and yet also useful and in-demand. But you can't program your way out of a paper box if SQL is _all_ you know.


Sanity? Oh, yeah, I've got all kinds of sanity. In fact, I've developed whole new kinds of sanity. You can just call me "Mister Sanity". Why, I've got so much sanity it's driving me crazy.

In reply to Re: Can Perl be more than a hobby language? by jonadab
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.