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