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
    Yea, I will check out, what Devel Peek will Dump for me. Thanx. I will edit the original question to post my results.
      Dump array keys too. So far it looks like an encoding issue to me, btw...
        hash keys... or array values :)