Help for this page

Select Code to Download


  1. or download this
    use Curses::UI;
    my $cui = new Curses::UI;
    ...
    $cui->set_binding( sub { exit(0); } , "\cC");
    $cui->mainloop;