On Thu, 2006-06-01 at 15:29, Janet Marie Jackson wrote: > I'm writing a command-line program to manage student grading for a > course, which will run on the school's Unix boxes (it can't be put on the > web for security reasons), and was debating what the best choice is to > handle the user interface. Has anyone got some experience with Curses.PM > and/or could point me toward any examples or documentation (in addition to > CPAN)? Or is there something better to do command-line interfaces? The > user will need to be able to select tasks from a menu and then perform > them.
Take a look at Damian's IO::Prompt. http://search.cpan.org/~dconway/IO-Prompt-v0.99.4/lib/IO/Prompt.pm If it does what you want (and I think it does) then it should be easier to deal with than Curses. --kag _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

