Where can find the sample tcl programs?
Answers were Sorted based on User's Feedback
Please use below link to get the TCL tutor.
There are links to other online tutorials at
http://www.msen.com/~clif/Tcl.html
I felt that it is most useful for TCL developers [Beginners]
for quick reference.
| Is This Answer Correct ? | 3 Yes | 0 No |
Problems with utf-8 between Mac and PC
How to run a package in tcl
how to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4
if i give in numbers output should be in characters example : set a 23 o/p twentythree
how to write a startup script in winrunner
1.What are the different ways to initialize a variable. How to differentiate global and local variables, explain it through a simple tcl program. 2.Create a list of week days and print the first and last character of each day using foreach command 3.Can you write a small program to verify the given input is file or directory.Before checking, just ensure that the file/dir exists or not in the given path. If the given input is a file, findout the size and verify that the file has all read ,write and execute permission.
Which scripting language is better among TCL Perl and Python and why?
How do you check whether a string is palindrome or not using TCL script?
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?
{Anu Anudeep Anukumar Amar Amaravathi Aruna} is their any possibility to find the letter "a"in the given list? if yes how?
How TCL works
How do you find the length of a string without using string length command in TCL??