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 run a package in tcl
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 }
How do you find the length of a string without using string length command in TCL??
How TCL works
Problems with utf-8 between Mac and PC
{Anu Anudeep Anukumar Amar Amaravathi Aruna} is their any possibility to find the letter "a"in the given list? if yes how?
if i give in numbers output should be in characters example : set a 23 o/p twentythree
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?
write a regular expressions to fetch all the valid ip's
How to extract "information" from "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb" in tcl using a single command?
Write a program to increment IP address to +10 and verify it is correct ip or not ?? example my ip is 172.122.132.143 increment this ip to +10 and verify it is valid ip or not
How increment a character? For example, I give 'a' and I should get 'b'.