I've been poking at this for a day now and am still struggling, so any further help would be appreciated.

I don't see HTML::Entities in my ppm list output, but when I run ppm install HTML::Entities, I get "No missing packages to install". ppm install worked for HTML::TagCloud, so I have reason to think I'm doing that much right, but HTML::Entities continues to not show up. Is there a ppm configuration I need to set that determines the packages I see?

My Perl installation seems faulty somehow, however, as running perl Makefile.PL tells me Install.pm can't be located, and indeed, it doesn't appear in any of the likely locations ("/usr/local/ActivePerl-5.10/lib/Module/" was the closest I got, but it's not there, nor in any of the other locations perl is trying to find it). I have hunted around for better info on this error, but haven't found anything either on the ActivePerl forums or Perl.org, or perlmonks itself, or any of the other likely sites.

I love this idea and would get a lot of use out of it, but I think it's just beyond my technical grasp. Any help would be greatly appreciated. Thanks!


In reply to Re^4: A Tagcloud For Cory Doctorow by Anonymous Monk
in thread A Tagcloud For Cory Doctorow by McD

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.