Good you brought that up. For me, Cygwin is one of a very few reliefs that keeps me from throwing cakes at a guy named Bill. Working on Unix (thank God (for making Linus ;)) most of the time, it saved me from a severe adrenalin rush more than once when I typed ls -la in a DOS box... ;)

When it comes to Perl under Win32, I use ActivePerl, which integrates seamlessly into CygWin and vice versa. Actually I'm impressed by how well this integrates. I use LyX under Cygwin, running on a Win32 X Server, which calles Win32 MikTeX to produce output. Cool stuff. The world could be such a fine place... ;)

But 'nuff of that. Even if you're a M$ apostle Cygwin will make sense, and if it's only that you have a ls, ps, etc. at hand, just in case someone want's to backtick to them. And many examples in the Perl docs or books or on PerlMonks will have some reference to those tools. Besides that Perl set aside for the moment, you'll get rsync and wget and lot's of other tools that might be quite helpful especially for a sysadmin.

So long,
Flexx


In reply to Re^2: Beginning Perl for system admins by Flexx
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.