> -----Original Message-----
> From: Dermot Paikkos [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 26, 2001 6:48 AM
> To: [EMAIL PROTECTED]
> Subject: Tk or menu based user interface.
> 
> 
> Hi Perl gurus,
> I am trying to do a smallish script that will run once users 
> login to a 
> UNIX server. I want the users to be presented with a menu of 
> options so they can perform some tasks without giving them 
> complete access to the system.
> 
> Every where I look I see TK as the answer. So I popped along to 
> CPAN but there are hundreds of TK modules. I do not need fancy 
> graphics or bitmaps and this will not run on X.
> 
> I want a text based menu that will run via a telnet session.
> Can anyone advice? What module should I get?
> Thanx. 
> Dp.

For a full screen terminal interface, see the Curses module.
Unfortunately, this module assumes you have some understanding
of using the curses lib. I'm not sure if there are any decent
tutorials around.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to