Not every module found on CPAN will have a copy installable using PPM.   PPM's are created by ActiveState when the module uses XS code (C) or references system DLLs.   Even then they may not stay totally current or may not do special-interest modules.   Sometimes other repositories may be able to fill in gaps but even then only when the modules require non-Perl code.

You should get used to installing plain Perl modules from CPAN.   It's really not that hard.   There are tutorials here [id://node=Tutorials#cpanmods] and elsewhere.   The link to nmake in tachyon's article A Guide to Installing Modules is even current!  


In reply to Re: Re: Re: Re: Can't locate HTML/FormatText.pm by shenme
in thread Can't locate HTML/FormatText.pm by blackadder

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.