On 5/6/15 1:40 PM, Konovalov, Vadim wrote:
I am working on a Perl/Tkx app and trying to use the Tcl
module's CreateCommand call to feed a Perl subroutine
directly to the Tcl interpreter. There is no documentation
on how to do this directly from Tkx so I've done a bit of
code diving into the modul
> I am working on a Perl/Tkx app and trying to use the Tcl
> module's CreateCommand call to feed a Perl subroutine
> directly to the Tcl interpreter. There is no documentation
> on how to do this directly from Tkx so I've done a bit of
> code diving into the module's internals.
Looking inside Tkx.
Hello,
I am working on a Perl/Tkx app and trying to use the Tcl module's
CreateCommand call to feed a Perl subroutine directly to the Tcl
interpreter. There is no documentation on how to do this directly from
Tkx so I've done a bit of code diving into the module's internals.
This is what I'v