Help for this page

Select Code to Download


  1. or download this
    use Curses;
    initscr;                      
    ...
    $w->refresh;
    refresh;
    endwin;
    
  2. or download this
    use Curses;
    initscr;                      
    ...
    addstr(20,20,"Hello");
    refresh;
    endwin;