[tcltk-perl] recent additions to Tcl::Tk
Brought to you by:
hobbs
From: Vadim K. <va...@ar...> - 2004-05-09 10:28:53
|
Dear all, I did quite principal change to rework %W package hash. As I mentioned earlier, $W{$$path}->{'INT'} was something that should be changed, and (as I think) we agreed to either remove that or make this better. Previously %W was a hash to hold a number of tiny anonymous hashes with keys INT and PATH, and now it is reversed: it contains three large anonymos subhashes. This will save resources, IMHO. Right now I'll try to make it respect more than one interpreter. Best regards, Vadim. |