Larry's lectures lead me to Perl which lead me to Perlmonks. It's hard to figure whether it was the Perl or Perlmonks has taken me from doing/having jobs to having a career.

Prior to Perlmonks I was quite satisfied with just writing code that accomplished the task. I was clueless to structure, reusability, and the need for solid application architecture. If it worked it was good enough. Perl allowed me to get the jobs done faster than coders in other languages which afforded me some recognition, but it was Perlmonks that exposed me to the value of good coding practices. Probably most helpful was a reccomendation to read the Pragmatic programmer.

Armed with all of this imput I put together an Enterprise application in Perl that was fully POD documented (and pod2html), with several reusable modules that appears to have not only lifted me past the layoffs, but put me in a position that approves new product architectures.

Currently I'm buried in Java J2ee, but if someone needs a script, Perl still is almost always the right tool to utilize. If weren't for the Damian's book (and attending a lecture of his), I doubt I would have *groked* the fundamental concepts and nuances of OO programming that much of my current code is completely dependant upon

coreolyn

In reply to Re: Has Perl Help To Further Your Career? by coreolyn
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.