Which version of Perl are you using? Since you're trying to use ppm I'll assume that it's one of the ActiveState releases (5.6 or 5.8). I checked ActiveState's page for the 8xx builds and wouldn't you know it, Net::SFTP isn't on the list. However, when I checked the Winnipeg site, it is listed there. You can download the .ppd file to your harddrive and set up a repository as directed in the ActivePerl FAQ2. You can also do an install from CPAN, but from what you've described, I think the ppm model would work better for your needs.

- - arden.


In reply to Re: Problem installing PPM by arden
in thread Problem installing PPM by nimdokk

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.