Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 18dc7fe230f122a05d4a3d856f410426 > files > 49

perl-UI-Dialog-1.80.0-4.mga4.noarch.rpm

#!/usr/bin/perl
use strict;
use warnings;
use diagnostics;

use UI::Dialog;

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


$d->msgbox( text => [ "This message box is provided by one of the following: zenity, Xdialog or gdialog. ",
					  "(Or if from a console: dialog, whiptail, ascii)" ] );