in reply to Re^2: problems installing HTML::Tree
in thread problems installing HTML::Tree

You see after cpan[1]> install HTML::Tree see all those ...? Thats when all that happens, when it tells you what you're missing (it doesn't actually check to see that its not broken, just present).

Replies are listed 'Best First'.
Re^4: problems installing HTML::Tree
by 7stud (Deacon) on May 08, 2010 at 19:35 UTC

    Thanks. It was a little bit confusing figuring out what order all the modules mentioned in the error messages should be installed in. This is the order that worked for me:

    1) HTML::Parser 2) HTML::TreeBuilder 3) HTML::Element (a message said it was up to date) 4) HTML::Tree (a message said it was up to date)

    Then I tested HTML::Tree in a program, and it worked.

    Thanks for all the help!