| Tk documentation | view source | Contained in the Tk distribution. |
Tk - a graphical user interface toolkit for Perl
use Tk;
$top = new MainWindow;
MainLoop;
The Perl/Tk manual is split up into a number of sections:
Nick Ing-Simmons
perl, wish(1).
| Tk documentation | view source | Contained in the Tk distribution. |