Help for this page
use Curses; use Term::ANSIColor; ... refresh(); getch(); endwin();
use Curses; use Term::ANSIColor; ... addstr($win, $_); } }