Curses-UI-POE

 view release on metacpan or  search on metacpan

examples/pop3_reader  view on Meta::CPAN

	$conwin->add(
		'username_label', 'Label',	
		-x => 0, -y => 4, -width => 13,
		-textalignment => 'right',
		-text => 'Username :',
	);

	$conwin->add(
		'username', 'TextEntry',
		-x => 14, -y => 4,
		-text => getpwuid($>),
	);

	$conwin->add(
		'password_label', 'Label',	
		-x => 0, -y => 6, -width => 13,
		-textalignment => 'right',
		-text => 'Password :',
	);

	$conwin->add(



( run in 0.265 second using v1.01-cache-2.11-cpan-8d75d55dd25 )