in reply to Re: Re: Can't locate HTML/FormatText.pm
in thread Can't locate HTML/FormatText.pm

There is a lot of code reuse going on here. Thats a good thing, though it may not seem like it to you at the moment. I think you just need to install HTML::Tagset, HTML::Parser, and then HTML::Tree to get HTML::FormatText working ok. Persevere, it's not that much farther to go.

Hmm. HTML::Parser is XS, but I don't see it in the Activestate repositories. But it is such a commonly used module, I must have something set up wrong in my (almost never used) ActivePerl.

  • Comment on Re: Re: Re: Can't locate HTML/FormatText.pm

Replies are listed 'Best First'.
Re: Re: Re: Re: Can't locate HTML/FormatText.pm
by Anonymous Monk on Nov 18, 2003 at 21:32 UTC
    Thanks very much,....

    I've installed the modules in the sequence you have suggested (apart from HTM-Parser! got lots of errors with makefile!!), but It worked.

    Cheers.