In many of my own experiences, I have seen companies treat Perl programmers with disdain, and regard them as a "necessary evil" until a "real" programmer fixes the problem in Java, C#, C++. Their perception was that Perl programmers are tinkers/sysadmins trying to hack together a "quick fix" to a problem. And many a shellscript writer, sysadmins among them, have come to Perl as another major tool to augment their use of grep, sed, and awk.

Yes, I think Perl is a great language, and I can one-off a lot of stuff with it, but it is also a powerful programming language, and many companies treat it as a low-end scripting language, or as a temporary RAD fix.

I've also noticed that many companies see Perl programmers as being grown organically, rather than resources that they can send to "Perl camp" to become instantly proficient, much as they do with C++ and Java.

Currently, I'm lucky to be blessed with being part of a team of Perl programmers, working with Perl as the language of choice for a complete project. Some of us are new to Perl; others are not. We work by sharing, reading, studying, and just trying out different techniques. This is how we're building the next generation of Perl programmers.

Just my $0.02,
-v.

"Perl. There is no substitute."

In reply to Re: Where are future senior programmers coming from? by Velaki
in thread Where are future senior programmers coming from? by tilly

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.