4 my $cui = new Curses
::UI
( -color_support
=> 1, -compat
=> 0 );
5 my $win = $cui->add('window_id', 'Window');
7 my $textentry = $win->add(
8 'mytextentry', 'TextEntry'
12 my $text = $textentry->get();
14 #print "TEXT: $text \n";
This page took 0.447786 seconds and 4 git commands to generate.