http://www.perlmonks.org?node_id=157443

Tardis has asked for the wisdom of the Perl Monks concerning the following question:

Hi folks,

I'm looking at soon(ish) writing an application that will have (among other GUI's) a plain old text console option. I was wondering what experiences people have had, and what they could recommend.

I know about Curses::UI and plain old Curses, though I haven't experimented with either yet. I suspect that making an application from scratch using just Curses would be too hard.

Any other options I should be aware of?