Perl has certainly helped further my career, and also added in the keeping of my sanity over the last few years. I first learned perl in a data and file processing class in college. I currently do about half my programming in perl and the other half in C/C++. I work on H/A application agents; perl is a fantastic tool for this job. One of the great things about perl is that my proof of concepts (can we cluster this?) often can be used to build the agent on top of. I have also used perl to automate all of the parts of my job I don’t like, like automating support matrix updates, cvs updates (we have multiple source trees here and it gets confusing at times). I don’t feel I would have gotten this job if I didn’t know perl. We have one other perl coder and my department and about 10 total in the building (250 or so people). It defiantly helped me get my foot in the door, and has helped me keep my job in this less that wonderful economy.

All and all I am very thankful for the people who created perl, taught it to me, and those that continue to help me learn it.

Thanks
Josh

In reply to Re: Has Perl Help To Further Your Career? by krujos
in thread Has Perl Help To Further Your Career? by Dru

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.