Re: [tcltk-perl] changes to Tcl and Tcl::Tk
Brought to you by:
hobbs
From: Vadim K. <va...@ar...> - 2004-05-05 20:02:35
|
> > I guess I'm asking "What would be the difference between these?". I forgot to mention last time -- need_tk also checks for some package to be required only *once*, and this is quite important to not make same thing second time. > > $tcl->call("package", "require", $pkg); > > $tcl->pkg_require($pkg); > > > > It has special knowledge how to obtain something, for example, widgets that > implemented with "Tix" will require Tix recursively |