Help for this page

Select Code to Download


  1. or download this
    static int (* tclKit_AppInit)(Tcl_Interp *) = Tcl_Init;
  2. or download this
    void
    Tcl_Init(interp)
        Tcl    interp
    ...
        }
        Tcl_CreateObjCommand(interp, "::perl::Eval", Tcl_EvalInPerl,
            (ClientData) NULL, NULL);