RosettaCodeData/Task/Window-creation/Perl/window-creation-1.pl
2023-07-01 13:44:08 -04:00

4 lines
44 B
Perl

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