Help for this page

Select Code to Download


  1. or download this
    system ( "yourprog.tcl");
    
  2. or download this
    open TCL, "|tcl" or die "cannot start tcl:$!\n";
    print TCL <<CODE;
    ...
    other tcl command
    CODE
    close TCL