Hiya.
I'm writing an accounting application in Perl/Mysql and I need (quite badly) some way to create a powerful enough user interface in text mode (something comparable to what Perl/Tk offers in the GUI realm). The best thing I've seen so far is the Curses Development Kit Extension by Mike Glover. But it has some serious limitations regarding the maximum number of items in widgets and does not offer complete control over the widgets' behaviour. Does anyone know of something better suited to the stated purpose?
Thanks,
Sandman.