GTK 应用程序
placeholderCopyuse strict;
use warnings;
use Gtk2 -init;
my $window = Gtk2::Window->new();
$window->show();
Gtk2->main();
0;
placeholderCopyuse strict;
use warnings;
use Gtk2 -init;
my $window = Gtk2::Window->new();
$window->show();
Gtk2->main();
0;