Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
Create empty window : MainWindow « GUI « Perl
Perl
GUI
MainWindow
Create empty window
use Tk; my $main = MainWindow->
new
; MainLoop;
Related examples in the same category
1.
Destroy a window in button action
2.
tkphone - Phone another X Display and have a line-mode conversation
3.
Tk Configuration Options
4.
Create two windows
5.
Setting Border Width for Frame
6.
Advanced Hello World program using two MainWindows
7.
Adding components to the Client Area of a Window with Menu Bar