I have a simple Tk::Tree object which displays a hierarchical listing of scripts and the modules 'use'd.
By default Tk::Tree displays with the tree fully expanded; I want it to display with every node collapsed - so that the user can choose which nodes to traverse. Any ideas?
Thanks, Peter
(my first Perl Monks question!)