7 lines
117 B
Perl
7 lines
117 B
Perl
use strict;
|
|
use warnings;
|
|
use XUL::Gui;
|
|
|
|
display Button
|
|
label => 'Goodbye, World!',
|
|
oncommand => sub {quit};
|