- or download this
#!/usr/bin/perl
# test.pl --
...
initscr;
endwin;
- 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.
- 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.
- or download this
gcc curhello.c -lcurses
...
return EXIT_SUCCESS;
}