Perl has furthered my career in a rather curious fashion: it introduced me to Perlmonks. Thanks to this site, I've started to learn so much more about programming theory that I can confidently sit down with a new language and have an idea of what good programming practices are before I even start. Usually, prior to Perlmonks, I was one of those programmers who did a great job of churning out spaghetti code that worked, but was a bear to maintain.

Now, thanks to Perlmonks and the many excellent discussions here, I've a much better understanding of object-oriented, functional, and logic programming. Problems with encapsulation or poorly structured algorithms tend to jump out at me when I look at code. Further, due to my visibility on Perlmonks, I've worked in Amsterdam, ran Portland Perl Mongers (I just stepped down), and developed many friends and contacts that I never would previously have developed. I'm very grateful for this and I appreciate everyone here as a result. I especially appreciate those who take the time to tell me when (and why) I'm being an idiot.

So yes, Perl has helped as I've programmed almost exclusively in Perl for almost three years, but the Perl community and Perlmonks in particular has been what has allowed me to really establish my career.

Cheers,
Ovid

New address of my CGI Course.
Silence is Evil (feel free to copy and distribute widely - note copyright text)


In reply to Career: Perlmonks has helped more than Perl by Ovid
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.