Hi All.

I am trying to create a menu system using a range of different modules.

I have used Term:Menus; which works mostly. But it is failing when I try to use 
a 'return => "@test ()" hash element when defining the menu. 

I have used Curses::UI and found the module quite good. But I could not work 
out how to pass variables between the selected items and functions. Also, had 
major problems with windows that were already created where the program would 
die stating that the windows was already created.

Basically, I want a simple flexible menu that allows:

1. Multiple selections.
2. Single selections.
3. Pressing enter on a selection either launching another menu or 
function/dialog. Such as: List of values. Pressing enter on a value which 
permits you to modify the value and return the result back to a database.
4. Opening a input template.  to allow you modify information.
5. Dumping outputs from another function into a list which can be navigated by 
a cursor.

I have already seen perlmenu.pm which doesn't appear to work on my Mac Lion 
5.12 Perl version.

Any ideas or suggestions of modules. I have read some of the mention modules 
and since I don't understand curses(3). I get lost very quickly. Also don't 
fully understand the object side of Perl.

If code is required to assist myself. Then let me know and I will post. The 
code is rather long and extracts a lot of the data from a DBI Sqlite database.


Sean 
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to