I've been away from perl for a couple of years and I now need to start using it again. I've downloaded Active State v5.10 and all seems to be working OK but I am having problems trying to find / install non standard modules. When I previously used perl I used ppm to install modules I required. Then, as far as I remember it was a command line interface. Now when I type ppm at the DOS prompt I get a gui for the PPM . It shows me 87 packages currently installed. However I cannot connect to an external repository to retrieve new packages due to our company firewall not allowing it. I have been on to CPAN to try to retrieve the package I require (currently just Spreadsheet::ParseExcel but there are going to be others in the future) but I can only find a .tar.gz file - nothing that looks like it is for windows. Could someone please give me an idiots guide as to what would be the easiest general method for installing non core modules given that I can't use ppm ? Thanks

In reply to Problems installing new Modules for ActiveState v 5.10 by SirClive

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.