I am aware of several books on Perl for System Administration (and even one about Windows SA)ORA, New Riders.

That said...

I don't _need_ to use Perl everyday, although I like using it when I do. I like when I finally get it to "work as expected." I know I could be doing more with Perl.

So in my SA travels (currently in a W2K/Exchange shop) I use a few "canned" Perl scripts I wrote a while ago. As things come up I use Perl to solve them. Usually text maniplulation, moving things, reading things. Yet I want to do more.

I wonder what other SAs do with Perl. I run into two camps:

1 -- Scripting? You mean login script?
2 -- Use it for anything you do everyday.

With the first group I get the opportunity to introduce Perl and that gets me "in the groove". (Oddly I write better code for others than I do for myself...) With the second group I generally walk away shaking my head trying to think of something to do.

What's fun to do with Perl on W2K? What do you do as an SA with Perl that you can't imagine doing another way?
--
ellem@optonline.net
There's more than one way to do it, but only some of them actually work.

In reply to Perl For Windows System Administration by ellem

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.