Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tcl

How to use a variable in regexp expression (TCL/Expect)

regex tcl expect

Can you get the "proc name" inside a proc?

tcl

Need an algorithm to create google like word search

perl tcl

TCL - find a regular pattern in a file and return the occurrence and number of occurrences

tcl

How can I output a list of the values for all variables from the info globals command?

tcl

Why does 1.0 not equal to 1.0 in tcl when using ==

floating-point tcl

How can I sort a TCL array based on the values of its keys?

arrays sorting tcl

Interprocess communication on windows

c++ windows ipc tcl

how to pass variable arguments from one function to other in tcl

tcl variadic-functions

TCL script debugging [closed]

debugging tcl

Sort Tcl dict by value

sorting dictionary tcl

how to display output in a uniformed manner in tcl

tcl

tcl: how to use the value of a variable to create a new variable

tcl

tcl: wrap a proc of the same name

How do I print out a tcl proc?

in tcl, how do I replace a line in a file?

file replace tcl line

remove file path and extension in Tcl command

tcl

Why doesn't tcl's "if" return values?

tcl ternary-operator

How do I create and iterate through a hash of hashes in TCL?

tcl

How do you save and parse a command output in Expect?

tcl expect