How can I build an ncurses based menu? Are there any other solutions for building "menus" for use on the console? I just need an "inter-operating system" (all non-windows :P) solution. Are there any good solutions to build/create menus in perl?
|
|
Would the program See http://www.linuxjournal.com/article/2807 for some further information. Ofcourse, this wouldn't be a 100% perl solution. |
|||
|
|
|
The answer is in your subject line already. That's what The NCURSES Programming HOWTO has perl examples. |
|||||
|
|
There is the CDK toolkit and perl bindings for it. there are also Python bindings if you are interested. This library provides some higher level "widgets" on top of ncurses. |
|||
|
|
|
Same question: http://stackoverflow.com/questions/2907321/ncurses-and-perl-any-guides
|
|||
|
|
