I am new to the world of perl and perl/tk. I am writing an application in windows that would allow the user to select a “Test Run Data” file to create a report. I was planning on using something like tk::DirTree but the files are not included in this widget. I did find an example of tk::Dirlist but I cannot find any documentation on the Dirlist widget. CPAN has it listed but no link. Anybody know where I can find documentation on tk::Dirlist? It does not look like I can collapse an expanded directory with ::Dirtlist. Is there a better directory tree listing than tk::Dirlist or tk::DirTree?