Ima try to get this module to install, because it looks like it'd have a lot of good uses.
I snatch it from CPAN,
perl makefile.pl, nmake, perl test.pl and get
Can't locate object method "content_list" via package "HTML::ElementTa +ble" at C:/Perl/site/lib/HTML/ElementTable.pm line 32.
Gosh, that's odd. redo the dance of making, watching for errors more closely.
Nothing.
Maybe some dependency is off?
update URI to 1.15, libwww-perl to 5.53_95, HTML::Element::Extended to 1.10, no problems, all test.pl run ok.
run through HTML::CalendarMonth to the same error... got the latest hot & sexy package from http://mojotoad.com/sisk/projects/HTML-CalendarMonth/.
still getting
Can't locate object method "content_list" via package "HTML::ElementTa +ble" at C:/Perl/site/lib/HTML/ElementTable.pm line 32.
... Does anyone have any ideas before I break down & write to the author? Is this some object oriented secret squirrel method that any OO module has? Or is it just something missing from HTML::ElementTable?
updated
see the author's information below. Also note that HTML::Element::Extended needs to be v 1.10 or better as well, and isn't in the bundle.

In reply to The vexation of installing and compiling HTML::CalendarMonth by boo_radley

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.