Hello All,
I need to execute a TCL script from PHP. At the moment I am using the following code
<?php
echo passthru("tclsh83 Testcases/source.tcl ");
?>
This is working. But this creates a shell for each call . How do I open a shell and communicate to and fro from the TCL script . Any pointers will be appreciated .
Regards, Mithun