soldatenhund has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I've been away from Perl and programming for some time. I have to parse an html site/file and output a hypertree. Is there a module that does this specifically and/or does anyone have any suggestions or code I could adopt?? It's for a project but I already have the ok on using modules or whatever I need to. Getting it done is the main priority.

Replies are listed 'Best First'.
Re: Hypertree from HTML file
by jZed (Prior) on Oct 31, 2007 at 23:23 UTC
    Can you explain what you mean by the word "Hypertree"? It would make answering your question easier.
        That was one of my guesses. Another was that it was a tree (folding outline) of hypertext links. But why guess?