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