You should still be able to use 'ppm install <modulename>' from the command line. 'ppm' with no arguments will launch the GUI. I had to get used to the same thing - I believe it started in 5.8.8.

As far as getting PPM modules, try this link:

http://ppm.activestate.com/PPMPackages/zips/10xx-builds-only/Windows/

You can also download the tar.gz from CPAN and use NMAKE.EXE. Just follow the instructions in the readme, usually:

perl Makefile.PL nmake nmake install

Notice 'make' is replaced with 'nmake' when you're doing this on Windows. You can get NMAKE.EXE from:

http://download.microsoft.com/download/vc15/patch/1.52/w95/en-us/nmake15.exe

Note this may make your PPM repository out of sync with what you've actually installed since you are installing some packages without PPM.


In reply to Re: Problems installing new Modules for ActiveState v 5.10 by VinsWorldcom
in thread 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.