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 |
write a program to the given ip is valid private address or not(192.168.1.1)?
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,
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 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 }
Hi all, Is there any certification exams available for TCL and Perl. If so please let me know, my mailid is vpbharathi@gmail.com. Thanks in advance, Bharathi.P
how to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?
How to run a package in tcl
how to write a startup script in winrunner
Problems with utf-8 between Mac and PC
How TCL works