Help for this page

Select Code to Download


  1. or download this
    use Curses;
    use Term::ANSIColor;
    ...
    refresh();
    getch();
    endwin();
    
  2. or download this
    use Curses;
    use Term::ANSIColor;
    ...
            addstr($win, $_);
        }
    }