in reply to maybe, a corrupt selected entry in Tk::BrowseEntry
If I iterate keys %file_system, I see the path, that's in $cpath var, but for some reason, it doesn't match.Well, this is what Devel::Peek is for... I'd try
use Devel::Peek; Dump $cpath;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: maybe, a corrupt selected entry in Tk::BrowseEntry
by igoryonya (Pilgrim) on Dec 22, 2014 at 15:39 UTC | |
by Anonymous Monk on Dec 22, 2014 at 15:43 UTC | |
by Anonymous Monk on Dec 22, 2014 at 15:45 UTC |