Markets are mindless; they no more understand Perl than weather understands birds (i.e., "markets" are just an environment in which Perl programmers try to find work.).

Programmers -- especially beginning programmers -- frequently conflate a language (Perl, Java, COBOL, INTERCAL) with programming. This is a mistake: programming languages are tools for programmers; they are not programming, in the same way that T-squares, pencils, and triangles (and ducks and splines) were tools for designers, but aren't design. Designing good programs is difficult (NP-hard 8-)). It may be easier to code them in Perl than in Ook, but the design skills are quite a lot harder to learn than a new language. Concentrate on those.

Employers (at least US employers) do tend to look for specific skill sets, mostly because the corporate culture of treating skilled employees as disposable has caused most sensible people to treat employers in the same way. Conversely, employees have to fit into a working environment. See, for example Skud Robert's geek ettiquette site.

There are also many important programming issues that have absolutely nothing to do with the language used for coding:

Incidentally, your title can be read to be "the market is stupid because it understands Perl." You may have meant "Market is too stupid to understand Perl."

emc

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

Albert Einstein

In reply to Re: Market Stupid to Understand Perl by swampyankee
in thread Market Stupid to Understand Perl by pengwn

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.