I was in charge of managing a depart-level NT domain and all of the workstations in it (only about 20).

Batch files were quickly rules out as useful admin tools and vbscript wasn't even a choice to me.

However, I did discover something fancy in a resource kit: Kixtart.

It was fantastic because it was so similar to BASIC it let me use the year of BASIC I had in high school.

Even with that, it wasn't long before I hit the wall.

There were things I needed to do that Kixtart was not able to do for me.

Another tidbit in the resource kit was an old version of Active State perl.

I downloaded the newest version avaialble at the time and ordered some Win32 / Perl books.

Diving into Perl and discovering PPM and CPAN modules, I realized that there was absolutely nothing that this language could not accomplish for me.

It was euphoric.

I was hooked and I use perl on a daily basis.

I am in data security now and don't manage workstations, servers, or a domain, but perl has been extremely useful in automating long running or tedious tasks (such as scanning a network looking for systems that someone has logged on to and, if found, copying all of the files from their profile to a central repository; or running the magic 'file' program against misnamed temp files and taking action based on the file type; or even stitching together split dd file images into a single image file).

Anything any other language can do, perl can do.

In reply to Re: I first became interested in Perl because... by jrdepriest
in thread I first became interested in Perl because... by jimt

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.