RosettaCodeData/Task/Window-creation/Perl/window-creation-1.pl

5 lines
44 B
Perl

use Tk;
MainWindow->new();
MainLoop;