I currently have 40+ scripts that I am trying to consolidate into a command line menu system (often accessed through putty/securecrt). I am using perl+curses right now to accomplish this task, but am not liking the fact that I cannot mix menu types (input with radio buttons, etc). I'm just wondering, what is a good module to use if creating CLI menus? I guess if I have to use curses, which is fine, how would I do the following:
Allow person to highlight options below, hit enter, then enter input...
etc.