Explain tk?



Explain tk?..

Answer / Deepa Kashyap

Tk is a GUI toolkit that can be used with Perl to create graphical user interfaces (GUIs). It provides a wide range of widgets such as buttons, text boxes, and menus. Tk allows you to easily create interactive applications in Perl without the need for extensive knowledge of GUI programming.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?

1 Answers  


How does polymorphism work in perl? Give an example.

1 Answers  


What does `$result = f() .. g()' really return?

1 Answers  


How will you open a file in a write-only mode in perl?

1 Answers  


How to concatenate strings with perl?

1 Answers  


What is a chop() function in perl?

1 Answers  


What rules must be followed by modules in perl.

1 Answers  


What do the symbols $ @ and % mean when prefixing a variable?

1 Answers   Barclays,


How many loop control keywords are there in perl?

1 Answers  


How can you call a subroutine and identify a subroutine?

1 Answers  


You want to download the contents of a url with perl. How would you do that?

1 Answers  


Which feature of Perl provides code reusability ? Give any example of that feature.

1 Answers  


Categories