Thanks for this, it’s has been quite an enlightenment.

HTML::FormatText. has dependency on HTML::Element. although I have HTML::Element::Extended installed, but nmake still fails (error flagging the dependencies). Search on CPAN for HTML::Element revealed HTML::Tree instead. The later has dependencies on other 3 packages at least, and I suspect this will go on and on. None of these packages are available on any PPM3 enabled repositories listed in Perl docs!

My aim is to learn web programming. So to begin with, I started reading Perl docs on LWP and the short tutorial provided. However I could not get in grips with the document - I suspect the tutorial would a valuable reference and good aid to refresh your module knowledge once you have learnt it - Then I obtained Perl Web program book (with the pelican cover), which I think its an excellent book, but trouble is I couldn’t progress beyond the second example because of unavailability of these modules.

My questions are; Can I play LWP even though I am on an M$ WinXp operating system? Is there away that I can achieve my learning goals on win32 based system and be able to install those packages?

Thanks for your help and advise.

In reply to Re: Re: Can't locate HTML/FormatText.pm by blackadder
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.