I'm going to list a few things you might hear if you get a job at a place that doesn't use perl. Not every place will be like this but some will. I think it depends on the people who started the company and the culture that developed in the company. If you are worried about the company's view on perl you can always ask before accepting the job.

I also recommend reading Scripting: Higher Level Programming for the 21st Century by John Ousterhout.


The above points all have some basis in fact from someone's point of view but they don't tell the whole story. Perl code may be easier to reverse engineer than compiled C code. If your program's workings are important enough compiled C code can be dissassembled too.

Any language is hard to read if you don't know it. All of the C programmers in the shop may not know perl but 1) they might be able to learn, they might even be excited about it 2) you can hire other people. Both of those options do have a price.

Don't be discouraged. I have worked at places that don't use perl and I wrote perl code for little things while working at those places. Usually when people see how much faster development goes they come around at least a little bit.

After a while people learn that you like the language and that it's powerful. Now I have friends contacting me to write perl for contract work. On that note it's 10:30 PM and I have work to do. ;)

In reply to Re: Professional perl by superfrink
in thread Professional perl by mescanne

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.