Re: How to use a tcl/tk widget that needs a tcl array
[email protected] (Gisle Aas) Thu, 28 Oct 2010 22:28:06 +0200
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <[email protected]> |
On Oct 28, 2010, at 3:37 , Jeff Hobbs wrote: > It turns out the docs for Tcl.pm are incorrect in not quoting Tcl::Var, but it would look like this: > > tie %hash, 'Tcl::Var', $interp, "myarray"; The quoting is only needed if you added the 'use strict' declaration to your program. I fixed the source at <http://github.com/gisle/tcl.pm/commit/c4e91de12877cf40a8d958915be2925271c1965a>. --Gisle