in reply to file explorer type window

You may find these links useful: Tk::DirTree Directory and file selection with PERL/Tk.

If you stick to the 'tree' based solution please share your code with us.

Replies are listed 'Best First'.
Re^2: file explorer type window
by perl1234 (Initiate) on Aug 17, 2015 at 12:13 UTC

    Thank you. I have already looked at both the links. I found a code from http://www.rtapo.com/tutorials/tk_tree.html

    Code: http://www.rtapo.com/downloads/tk_tree_ex_1.pl.txt

    You can see that they are using a hash of hash to build a "job" structure and then display it graphically.

    If only I could read a file with similar sturcture and display it?!