Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > fe006ed8f65fadb62647cea5bafa2203 > files > 14

perl-UI-Dialog-1.90.0-7.mga7.noarch.rpm

#!/usr/bin/perl
use strict;
use warnings;
use diagnostics;
use FileHandle;
use UI::Dialog::GNOME;

my $d = new UI::Dialog::GNOME ( title => "UI::Dialog::GNOME Demo",
								debug => 0, height => 20, width => 65 );


$d->msgbox( text => "This message box is provided by one of the following: zenity, Xdialog or gdialog." );