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

Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?

9 Answers  


Where can find the sample tcl programs?

3 Answers  


write a program to the given ip is valid private address or not(192.168.1.1)?

4 Answers   HCL,


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  


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  






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,


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

12 Answers   Wipro,


WHAT IS TCL?

4 Answers   Airtel,


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

3 Answers   Alcatel,


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 TCL works

1 Answers   Cisco,


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

1 Answers   GE,


Categories