in reply to Terminal Form data entry

See Term::Interact and Term::Interact example

See Ask and Curses::UI

QWizard - Display a series of questions, get the answers, and act on the answers.

Config::Model, Config::Model::CursesUI, Config::Model::TkUI

UI::Dialog

Replies are listed 'Best First'.
Re^2: Terminal Form data entry
by pgduke65 (Acolyte) on Jun 20, 2013 at 02:23 UTC
    Thanks for the information. I'll take a look.