[EMAIL PROTECTED] wrote:
> I am attempting to use the Curses module for the first time, and
> really have no idea how to use it. Every example I've been able to
> find uses a variety of different keywords, but I haven't been able to
> locate any documentation of the available routines. If someone
Dear Jason,
The Curses module is a wrapper around the curses library. Why not use
the examples (use google) in C and documentation provided with the
curses library.
man ncurses # Depends on version of curses you have
With the C examples, try turning them in to the equivilent Perl versions.
I h