Although I like cygwin and also suggest that you grab it, it isn't always the best way to get Perl for Windows. It has the distinct advantage of running many Perl scripts that a native Win32 port of Perl will not [since native Win32 doesn't support alarm() nor fork() and the fork() emulation in Win32 Perl 5.6 is still pretty bad]. It has the distinct disadvantage of not allowing you to do Win32ish things (like access the Windows Registry or any other Win32-specific feature). It also will take a much longer time to download than an only-Perl install would (of course). It will also probably occasionally cause various minor problems if you try to use it from a cmd.exe prompt instead from a bash prompt.

So if you plan to always use bash and don't care about using Perl for Win32-specific tasks, then cygwin's Perl is probably your best choice. Otherwise you probably want a native Win32 port of Perl, or both.

        - tye (but my friends call me "Tye")

In reply to (tye)Re2: Installing PERL in my PC by tye
in thread Installing PERL in my PC by Anonymous Monk

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.