How to run a package in tcl

Answers were Sorted based on User's Feedback



How to run a package in tcl..

Answer / ram

source <package_name>
(or)
package require <name>

Is This Answer Correct ?    12 Yes 0 No

How to run a package in tcl..

Answer / shivakumar6g

TCL OOPS

Is This Answer Correct ?    1 Yes 15 No

Post New Answer

More Tcl Interview Questions

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

5 Answers   Cisco, HCL,


how to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4

9 Answers   Honeywell,


Problems with utf-8 between Mac and PC

1 Answers  


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

0 Answers  


How to extract "information" from "ccccccccaaabbbbaaaabbinformationabcaaaaaabbbbbbbccbb" in tcl using a single command?

12 Answers   Wipro,






how to write a startup script in winrunner

0 Answers   Power Grid, Pyxis,


Which scripting language is better among TCL Perl and Python and why? 

1 Answers   GE,


How TCL works

1 Answers   Cisco,


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 }

2 Answers  


How do you find the length of a string without using string length command in TCL??

6 Answers   Hexaware,


 write a regular expressions to fetch all the valid ip's

3 Answers   Alcatel,


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

1 Answers   Alcatel,


Categories