5 lines
74 B
Perl
5 lines
74 B
Perl
use strict;
|
|
use warnings;
|
|
use XUL::Gui;
|
|
|
|
display Label 'Goodbye, World!';
|