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.
A quick CPAN search on "menu" reveals Term::Menu and Term::Menus, both
of which might serve. The latter appears to be a bit more full featured.
Regards,
David
|