Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact

Related technical and longer articles
Graphic User Interfaces (GUIs)
Tips and short articles on this subject
Tk locks up - 100% c.p.u. on a simple program (Tcl, Perl, Python)
Callbacks - a more complex code sandwich
(Perl) Callbacks - what are they?
Perl/Tk real time display
The magic of -textvariable
Add a friendly front end with Tk
Well House Consultants
You are on the site of Well House Consultants who provide Open Source Training Courses and business hotel accommodation. You are welcome to browse and use our resources subject to our copyright statement and to add in links from your pages to ours.
Other subject areas - resources
Java Resources
Well House Manor Resources
Perl Resources
Python Resources
PHP Resources
Object Orientation and General topics
MySQL Resources
Linux / LAMP / Tomcat Resources
Well House Consultants Resources
Extras Resources
C and C++ Resources
Ruby Resources
Tcl/Tk Resources
Web and Intranet Resources
Perl module P307
Perl/Tk
Exercises, examples and other material relating to training module P307. This topic is presented on public course Perl for Larger Projects

Perl for Larger Projects - Objects, huge data, SQL databases, XML, efficiency and other topics. This advanced course takes the Perl programmer through ...
http://www.wellho.net/course/plfull.html  [course]
In most programming applications, you'll write code that calls system functions or subroutines - for example, you'll write a program that reads data from ...
http://www.wellho.net/mouth/738_-Per ... they-.html  [short article]
Many of the scripting languages we teach include the ability to provide a GUI - a Graphic User Interface. I ll describe some particular GUIs later in ...
http://www.wellho.net/solutions/general- ... -guis.html  [longer article]
With a Tk Graphic User Interface, you can add a friendly look and feel to an application running on your workstation if it's written in Tcl (Tcl/Tk), ...
http://www.wellho.net/mouth/595_Add- ... th-Tk.html  [short article]
#!/usr/bin/perl use Tk; my $window = MainWindow->new; $window->title("A first Tk Demo"); $window->Label(-text => "This is a chunk of descriptive text")->pack; ...
http://www.wellho.net/resources/ex.php4?item=p307/tk1  [code sample]
It's a real pleasure to be having an opportunity at the tail end of this week to write some examples that are combining Perl, Tk, and OO techniques. This ...
http://www.wellho.net/mouth/599_Perl ... splay.html  [short article]
If you're writing a GUI based application, you'll need to hold pertinent information in variables in your program, AND display that pertinent information ...
http://www.wellho.net/mouth/596_The- ... iable.html  [short article]

Tk provides a very powerful GUI (Graphic User Interface) to Perl. You can use it to build a window with buttons, text entry boxes, sliders and graphics, and then use that window to control and report on an application.

This topic is presented on public course Perl for Larger Projects

Examples from our training material
ptkcl2.pl   Clock using Perl/Tk
ptkclock.pl   Simpler version of Perl/Tk clock
tk1   A simple GUI with Perl/Tk
tk2   Drawing graphics on a canvas with Perl/Tk
tk3   An interactive application with a Tk GUI
tk3.pl   A toggle button implemented in Perl/Tk
tk4.pl   An interactive form on a grid (tk)
tk5.pl   Tk demo - fill in form, moving graphic
Background information
Some modules are available for download as a sample of our material or under an Open Training Notes License for free download from http://www.training-notes.co.uk.
Topics covered in this module
Installation procedure.
To test availability.
To Install.
First Perl/Tk program.
Widgets and widget types.
Packing.
Events.
Graphics.
Network matters.
A complete little application.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our Listing and schedule page.

Well House Consultants specialise in training courses in Python, Perl, PHP, and MySQL. We run Private Courses throughout the UK (and beyond for longer courses), and Public Courses at our training centre in Melksham, Wiltshire, England. It's surprisingly cost effective to come on our public courses - even if you live in a different country or continent to us.

We have a technical library of over 700 books on the subjects on which we teach. These books are available for reference at our training centre. Also available is the Opentalk Forum for discussion of technical questions.


© WELL HOUSE CONSULTANTS LTD., 2009: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho