Help for this page

Select Code to Download


  1. or download this
    my $tclsh = 'tclsh';
    
  2. or download this
    my $tclsh = 'tclsh85';
    
  3. or download this
    cpan> make Tcl
    Running make for module 'Tcl'
    ...
      C:\strawberry\c\bin\dmake.EXE -- NOT OK
    Failed during this command:
     VKON/Tcl-0.97.tar.gz                         : make NO
    
  4. or download this
    /*
     * Tcl.xs --
    ...
        newCONSTSUB(stash, "EVAL_GLOBAL",  newSViv(TCL_EVAL_GLOBAL));
        newCONSTSUB(stash, "EVAL_DIRECT",  newSViv(TCL_EVAL_DIRECT));
        }