Help for this page

Select Code to Download


  1. or download this
    $input = Complete('prompt_string', \@completion_list);
    
  2. or download this
    use Curses::UI;
    use Term::Complete;
    ...
    ...
    
    $cui->set_binding(\&complete,"\t");