5 lines
44 B
Perl
5 lines
44 B
Perl
|
|
use Tk;
|
||
|
|
|
||
|
|
MainWindow->new();
|
||
|
|
MainLoop;
|