I came into Perl via a sysadmin path. It's 1995 and My Company was 'right-sizing', and decided that they didn't need five main-frame system programmers (after all they just sit around all day and read computer manuals....). Three of us were told that we had 90 days to find a position within an other group, or "it's been nice....". Real Sweet.

There was a Unix-Admin II position open in the Mail Services division, and so I went there. I really didn't know Unix (Solaris 2.6), but the Manager told me "I can teach you Unix, I can't teach you how to solve problems. I want you as my Bug Hunter." A couple of months later we got hit by one of the Mail-born viruses that were so popular in the mid-90's. I got handed the 'spam-guard' script and told "Find the filter logic in this and add another trap for the Virus!", while everyone else ran around shutting down servers, trying to limit the damage. I managed to do in about five minutes (Look for stuff I knew we were blocking, Cut and Paste and change the search pattern), and we restarted the the filter on one of the backup mail-servers. It cut our new-infection rate to zero with in the first five minutes so we rolled it out to the other external Mail Servers. We spent the next 72 hours cleaning up the pieces of all the internal servers and peoples desktop machines. We had two re-infections (people taking their laptop home and then bringing it back into the building), but the revised filters did just what they were supposed to.

When we were finally breathing normally again (about a week later), I asked my boss "What WAS that language? That 'filter' looks like an explosion in a type-factory." She said "It's Perl. It's a right powerful tool, but we don't have anyone on staff who really can really write it." "Oh", I said.

It has been all up-hill from there.

----
I Go Back to Sleep, Now.

OGB


In reply to Re: Roads to Perl by Old_Gray_Bear
in thread Roads to Perl by gunzip

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.