perl-tk

Perl module providing the Tk graphics library
  http://search.cpan.org/dist/Tk/
  1
  1 review



Perl/Tk (also known as pTk or ptk) is a collection of modules and code that attempts to wed the easily configured Tk widget toolkit to the powerful lexigraphic, dynamic memory, I/O, and object-oriented capabilities of Perl 5. In other words, it is an interpreted scripting language for making widgets and programs with Graphical User Interfaces (GUI).

A good place to get started is by running the "widget" demo that's installed with this package.
Latest reviews
4
danielw54 4 years ago

Works great. My program was a 1999 complex program from my windows XP computer. I had to add: use lib './'; in the first pl file so perl would recognize my own modules located in a subdirectory off of Documents.