I'm try to write a very simple menu in perl curses, but I just can't find any documentation for it. A small sample script called demo.menu came with the package, but I can't seem to figure out how it works without any documentation. I've also found plenty of documentation for ncurses menu support in C, which is very similar, but I don't know enough about C to figure out how it works in perl.
Can someone either point me in the direction of some documentation, or to a simple script showing how it's done?
Can someone either point me in the direction of some documentation, or to a simple script showing how it's done?
Comment