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

How do you display a Tree like data-structure in PERL? The display should look something like this.
Root | ___|____ | | Node1 Node2
Are there any standard modules in CPAN that allow to do this?

Replies are listed 'Best First'.
Re: Tree Display
by marto (Cardinal) on Sep 22, 2009 at 09:59 UTC