I come from the same place as where you are at now.

I was a Windows Sys Admin for a while and started to "see if I could do it" using batch files. (Do it was all sorts of different mundane tasks.)

Some-one told me to look at Perl. - WOW.. I haven't looked back since. In fact I have put together a Auto Call Logging system that does correlation etc from a management system (TNG) to the Helpdesk system ARS. Writing in Perl has taken over everything I do at work..

My first thought is can I do it in Perl. Sometimes I am critisized for this as there are often quicker point and click methods for doing the same thing... But Perl is fast if not already becomming a passion for me.

I found several really helpful resources on the web for assistance in learning perl.

1. You have found this one already. PerlMonks

2. Roberts Perl Tutoiral

3. For Win32 Resources and he has 2 great books out Dave Roth

These have helped me more than I can repay. Hope they help you also.
-----
Of all the things I've lost in my life, its my mind I miss the most.

In reply to Re: Beginning Perl for system admins by AcidHawk
in thread Beginning Perl for system admins by jjohnson

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.