Re: [tcltk-perl] changes to Tcl and Tcl::Tk
Brought to you by:
hobbs
From: Vadim K. <va...@ar...> - 2004-05-05 19:01:38
|
> Why this wrapper at all? Why not call out to Tcl each time? > > I guess I'm asking "What would be the difference between these?". > > $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 |