Please advise why my PPM doesnt want to work:
PPM> install Net-Telnet Install package 'Net-Telnet?' (y/N): y Installing package 'Net-Telnet'... Error installing package 'Net-Telnet': Could not locate a PPD file for + package N et-Telnet
Same error for no matter what module I try and install. I also reinstalled ActivePerl, still get same error. Install said to check the following info if ppm doesnt work:
If you are behind a firewall, you may need to set the following environment variables so that PPM will operate properly: set HTTP_proxy=address:port [e.g. 192.0.0.1:8080] set HTTP_proxy_user=username set HTTP_proxy_pass=password set HTTP_proxy_agent=agent [e.g. "Mozilla/5.0"]
I am on an NT workstation and did the commands as listed above in DOS under \perl\bin directory but still cant get ppm to work. Same error messages. Am I suppose to issue commands in my DOS to set HTTP's and how do I find out what proxy agent I have? I put in "Mozilla/5.0" but not sure. I am latest Netscape browser.

In reply to ppm problems by Anonymous Monk

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.