How to run a package in tcl
Answers were Sorted based on User's Feedback
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 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
write a regular expressions to fetch all the valid ip's
What does Tcl stand for?
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?
Problems with utf-8 between Mac and PC
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
Where can find the sample tcl programs?
how to write the startup scripts in winrunner? can any body explain with example code?
How to Swap 30 & 40 in IP address 192.30.40.1 using TCL script?
How increment a character? For example, I give 'a' and I should get 'b'.