I have been in search of a good way to write curses apps. So far I have found Curses::UI and Curses::Toolkit, but none of them are as maleable as I want them to be. Now I'm looking to write my app with just Curses itself, and learn something about it in the process! Are there any good books/tutorials/etc. that would teach me the guts of writing apps with Curses and Perl? (I don't mind if it's written with another language, like C, in mind. As long as I can translate what I read into Perl, it's fine!)
Thank you,