I am having a problem using Tk::DirTree to let users select a directory path. Everything works well except when I try and open "/home". I can navigate around other directories like "/usr" and even "/home/(other folders)". It is only when I try to expand the "/home" directory that my program freezes. The problem happens on both the RHEL and Solaris computers that I have used to test this program. I can post some code if needed, but the way I initialize the DirTree object is exactly the same as the tutorial on the perltk.org website.
I was wondering if anyone else has had a similar problem or might know why this is happening. Thanks for your responses.