Well, there's Curses, formats, heredocs, Text::Template,Term::Clui, PerlVision, Curses::UI, Term::TUI, Term::Menus, Term::ANSIMenu, Term::ANSIScreen, Term::Slang, Term::Cap, Term::Screen, Term::UI, Term::Newt, Term::ReadKey Term::Interact, Text::Flow, Text::Bind, Text::Repository, Text::Graphics, Text::T9, Text::ASCIITable::Wrap, and Text::MicroMason that all can deal with output, input, or both for text-based UIs. Of course that's not a complete list.

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.


In reply to Re: text mode screen-oriented application development by mr_mischief
in thread text mode screen-oriented application development by gregben

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.