[tcltk-perl] mailing list for users of Tcl::Tk perl module is created on perl. org
Brought to you by:
hobbs
From: Konovalov, V. <vko...@sp...> - 2005-02-02 07:40:28
|
Dear all, by my request Ask Bjorn Hansen kindly created mailing list for users of Tcl::Tk module, while "tcltk-perl at lists.sourceforge.net" list could probably be for developers. Subscription to this list is tcl...@pe... So I'll update corrseponding information in proper places. For some reason there isn't much traffic in development list currently (i.e. here), but I think this is because currently module has little to discuss, as it is in quite robust shape right now :):):) As for the additional information, now some new features available in Tcl::Tk - destruction of widgets is working - following AUTOLOAD-ing of Tcl::Tk interpreter methods: $int->_foreach(['i','j'],['a'..'zz'],'puts $i-$j'); $int->packageIfneeded('qwerty','1.0',sub{print STDERR "they need package querty...\nthey passed us [@_]\nand that's the end of the matter!\n"}); Best regards, Vadim. |