in reply to tree drawings

Since nobody has answered this question, I will give it a try.

Tree::Nary just is a package to store and fetch N-tree data. The printing business is left up to you totally.

You could pick up another module: Tree::DAG_Node for example can draw the trees in ascii. Otherwise you'll have to write the drawing code yourself. Start with an ASCII tree. You can always TT it and dump it in HTML. (use CGI to create your HTML).

Hope this helps,

Jeroen
"We are not alone"(FZ)