in reply to Re: Threads and TCL DeleteInterpProcin thread Threads and TCL DeleteInterpProc
BEGIN { $Tcl::STACK_TRACE = 0; $interp = Tcl->new; $interp->Init; } [download]