Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # test.pl -- 
    ...
    
    initscr;
    endwin;
    
  2. or download this
    C:\Users\hsmyers\perl\two>test
    Curses function 'initscr' is not defined in your Curses library at C:\
    +Users\hsmyers\perl\two\test.pl line 10.
    
  3. or download this
    C:\Users\hsmyers\perl\two>test
    Curses function 'endwin' is not defined in your Curses library at C:\U
    +sers\hsmyers\perl\two\test.pl line 11.
    
  4. or download this
    gcc curhello.c -lcurses
    
    ...
    
        return EXIT_SUCCESS;
    }