Re: CreateCommand question

2015-05-08 Thread Kevin Walzer
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

RE: CreateCommand question

2015-05-06 Thread Konovalov, Vadim
> 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.

CreateCommand question

2015-05-06 Thread Kevin Walzer
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