Try this minimal example:
#!/usr/bin/perl use strict; use warnings; use Term::Complete; my @words = ( 'perl', 'pepper', 'peace' ); Complete('', \@words);
Tab completion from STDIN works as expected. Also, it's no longer 2020.
In reply to Re: word auto-corrector in Curses::UI
by marto
in thread word auto-corrector in Curses::UI
by Bpl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |