| |
| | Term::TUI - simple tool for building text-based user interfaces (Site not responding. Last check: 2007-10-20) |
 | | Many times, I've wanted to quickly write a nice text-based user interface around a set of perl routines only to end up writing the full (though simple) parser and interface to make it nice enough, and friendly enough, to be usable. |
 | | This module creates a simple but powerful text based user interface around perl routines, adding such features as command line history, command line editing, and online help (command completion will also be implemented), while hiding all details of the interface from the programmer. |
 | | The interface allows you to describe multiple ``modes'' organized in a simple tree-like hierarchy (or modes, submodes, subsubmodes, etc.), each of which has it's own set of commands specific to that mode. |
| www.cise.ufl.edu /~sbeck/TUI.html (671 words) |
|