in reply to Reg. Perl TK tree widget

Take a look at Directory tree explorer with stats reporting for code that populates a tree. Note that the code keeps a stack (@pathStack) for managing creating the path ($currPath = join "/", @pathStack;) required for putting an entry into the tree.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: Reg. Perl TK tree widget
by dani_cv_74 (Novice) on Mar 23, 2006 at 16:11 UTC
    Thanks a lot for your valuable suggestions.
    Dan BGM NY