in reply to Re: Perl Crash attempting to run Tcl code
in thread Perl Crash attempting to run Tcl code
Thanks for the suggestion. I added the code and verified that the environmental variables are identical when I run with Perl's Tcl module and when I run the 'tclsh' and output with 'parray env'.
Also, the point at which the script fails is here:
$interp->Eval('set iw [dp_MakeRPCClient <ip> <port>]');
|
---|