use Tcl; $interp = new Tcl; $interp->Eval('puts "Hello world"'); #### use Inline Tcl => <