Home | Mirror | Search | 杂文 | ITEYE 博客 | OSChina 博客 | 51CTO 博客

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]!'});
		
		
comments powered by Disqus