in reply to Tips and Pointers using ncurses with perl
curs_set works just fine with CPANs Curses. Just call curs_set(0) directly after your initscr(). This will make the cursor go away.
Michael Wilk