The reason that I don't use the ActiveState Perl I have on some machines is that I have no idea how to install modules on it.

Downloading and installing perl modules on a Unix system is almost always a piece of cake.

  1. download
  2. gunzip
  3. tar -xvf
  4. perl Makefile.PL
  5. make
  6. make install
There must be a way to do it in Windows but I don't know what that way is. Since non-trivial Perl development usually requires a CPAN module or two, I would think that it is well worth the trouble to install a Linux distribution using some of the spare space on a Windows machine. (For ease of installation and hardware compatibility I recommend Mandrake Linux 7.2, which you can even buy for under $25 at Wally World these days.)

Update:Thanks everyone for pointing out that the way I have been installing packages for the past few months or so is not the easiest or best way. I should use ppm which I can learn about here.


In reply to Re: Linux vs. Windows for Learning Perl by sierrathedog04
in thread Linux vs. Windows for Learning Perl by OzzyOsbourne

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.