in reply to Re^2: Tcl::Tk - Tie Hash to Tcl Array and assign hash
in thread Tcl::Tk - Tie Hash to Tcl Array and assign hash

I completely agree with all your statements.
Moreover, if you'll delve into internals of perlTk (without Tcl) you will see more complicated things than just dealing with Tcl syntax, but dealing with Tcl within Tcl::Tk module isn't hard, rather interesting.

BTW it appeared I needed similar tied hashes recently, so I made them work, at least in a first approximation. You can watch that at CVS http://cvs.sourceforge.net/viewcvs.py/tcltkce/#dirlist or wait for next CPAN release, which is hopefully will be within a week.

Best regards,
Courage, the Cowardly Dog

  • Comment on Re^3: Tcl::Tk - Tie Hash to Tcl Array and assign hash