in reply to text mode screen-oriented application development
Of those, Term::SLang, Term::UI, PerlVision, Term::ANSIScreen, and Curses::UI seem to be fairly close to the overall functionality it seems you want.
Term::ReadKey and Term::Readline might be handy for taking the input. Text::T9 might be handy in certain circumstances.
Text::MicroMason, Text::Bind, Text::Repository could all be used to keep track of your forms if they are static screens.
Some of the flowing, wrapping, and capabilities checking modules could help you adjust to the dynamic terminal width you can have under PuTTY or another terminal emulator.
As for widely used, well documented, and well-supported, that's trickier. http://search.cpan.org has a rating system and update dates, and you can search online for any of those with Google or another search engine.
|
|---|