How to run a package in tcl
Answers were Sorted based on User's Feedback
Problems with utf-8 between Mac and PC
Test case on windows calculator?
How do you find the length of a string without using string length command in TCL??
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 to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4
How increment a character? For example, I give 'a' and I should get 'b'.
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)?
{Anu Anudeep Anukumar Amar Amaravathi Aruna} is their any possibility to find the letter "a"in the given list? if yes how?
WHAT IS TCL?
How do you check whether a string is palindrome or not using TCL script?
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 }