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.
|
|---|
| 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 |