Re: creating menus in perl

2002-01-26 Thread John W. Krahn
Dhiraj P Nilange wrote: > > Hi Hello, > what function is available in Perl > for accepting keyboard scancodes > so that I can also process keys > like left arrow,right arraw...etc. perldoc -q 'How can I read a single character from a file?' > basically I am thinking of creating > menu like in

creating menus in perl

2002-01-26 Thread Dhiraj P Nilange
Hi what function is available in Perl for accepting keyboard scancodes so that I can also process keys like left arrow,right arraw...etc. basically I am thinking of creating menu like interface in Perl. By the way is there any readymade things available in Perl for such purpose? Thanks -Dhira