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 get the next ip for given ip ex: 10.10.10.1 -> 10.10.10.2 ex: 10.10.10.255 -> 10.10.11.0
How TCL works
Where can find the sample tcl programs?
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 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 to remote log in to a system A to system B ,execute commands in it and collect the log in system A from B using TCL script??
1 Answers Global Edge, Sandvine,
how to write a startup script in winrunner
Problems with utf-8 between Mac and PC
how to write the startup scripts in winrunner? can any body explain with example code?
how to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4
How to extract "information" from "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb" in tcl using a single command?