ActiveState 5.10 comes with a GUI version of ppm. Just type "ppm" at the command prompt with no parameters and the GUI will start. There is a pull down box for adding U of Winnipeg if you find the right top level tab for this. Although the main ActiveState repository has most of what is commonly needed. Using the GUI avoids these typing mistakes from the command line.

Update:
I looked some more at https://wiki.mozilla.org/Bugzilla:Win32Install
Some instructions aren't right: "To upgrade your modules, simply run ppm upgrade".
Wrong, that only lists the packages that are availble to be upgraded. From the command line: ppm upgrade --install will actually do it.

I went for the gusto and upgraded all of my Perl5.10 packages which took about 50 minutes.

To install new packages, use the GUI to save lots of grief.


In reply to Re: No Perl script found in input by Marshall
in thread No Perl script found in input by prasanth.pronda

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.