in reply to Re: PERL and TREE
in thread PERL and TREE

Thanks for your reply, indeed I'm building the tree from pre-parsed text, indeed i parse the text and then wanna build a tree on based. in other words, my problem is to convert the parsed text with nested parenthesis to tree structure.