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 |
how to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4
Write a proc to increment the ip by the given no. of times. The incremented IPs should be a valid one. Ex: proc <name> {ip no_of_incrments} { body }
Test case on windows calculator?
{Anu Anudeep Anukumar Amar Amaravathi Aruna} is their any possibility to find the letter "a"in the given list? if yes how?
Which scripting language is better among TCL Perl and Python and why?
write a program to the given ip is valid private address or not(192.168.1.1)?
How do you find the length of a string without using string length command in TCL??
How to run a package in tcl
write a regular expressions to fetch all the valid ip's
Where can find the sample tcl programs?
How TCL works
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?