Konovalov, Vadim (Vadim)** CTR ** wrote:
> From: Michael Carman [mailto:mjcar...@mchsi.com]
>> Tkx doesn't expose the interpreter directly but you can use it via 
>> Tkx::eval().
> 
> I do not see "eval" in "perldoc Tkx" - is it also going to be away?

Technically, I think it's covered here:

  Tkx::foo( @args )
      Any other function will invoke the foo Tcl function with
      the given arguments.

So Tkx::eval() is really calling Tcl's eval. That said, I think the Tkx
documentation should mention it directly. I didn't know about it until I
submitted an enhancement request to Tkx's RT queue to make the
interpreter visible and Gisle rejected it with a recommendation to use
Tkx::eval() instead.

-mjc

Reply via email to