Home | 简体中文 | 繁体中文 | 杂文 | 打赏(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎专栏 | Search | Email

6.11. UDPM - Perl extension for User Dialogs

http://udpm.sourceforge.net

Synopsis

		
use UDPM;
my $d = new UDPM ({'backtitle'=>'Demo','colours'=>1,'cr-wrap'=>1,
                   'height'=>20,'width'=>70,'list-height'=>5,
                   'no-shadows'=>1});

$d->msgbox({'title'=>'Welcome!',
            'text'=>'[B]Welcome[/B] [U]one[/U] and [R]all[/R]!'});