Despite taking several programming courses in high school and undergrad, I was never able to fully grasp the concept of programming. Sure, I understood many of the more basic concepts, but being able to sit down and write something that did more than print out some text or take in input from the user.

During my last semester of undergrad, I had to complete a senior project which covered all of the concepts of my major, one of which was programming. Fortunately, we were able to use any language, as long as it met the requirements for the project. After stumbling across Perl, I decided to give it a try. The first book I bought was Perl Scripting for Windows Security but quickly realized that while it aligned perfectly with my project, it was too advanced based off of my level of experience. Then I bought Beginning Perl, and immediately it started to click. I eventually moved on to writing more advanced code, more advanced for me at least, and was able to utilize Perl in my career as a security engineer, writing scripts to automate some of the testing procedures that my team used on a regular basis. This ultimately led to the team improving our productivity since we no longer had to babysit our tools. As I was the only person on the team the knew Perl, I became the go to person if someone wanted to know if/how to do something using Perl. This is something that to this day, about five years later, my former coworkers have discussed with me on occasion.

Unfortunately, due to a change in positions, and a need to work with Python, I haven't been able to work with Perl in several years. I will still pull out old code and made adjustments based off of things I've learned. I've found the resources and openness of other members in the community to be a valuable resource along the way.


In reply to Re: How has Perl affected you? by rspishock
in thread How has Perl affected you? by stevieb

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.