6 lines
55 B
Perl
6 lines
55 B
Perl
|
use Tk;
|
||
|
|
||
|
my $main = MainWindow->new;
|
||
|
|
||
|
MainLoop;
|