Re: Keyboard processing

2002-12-28 Thread Rob Dixon
Hi Pavle The only way I know to do this is to use Term::ReadKey. Were you meaning that you /couldn't/ use any modules? I doubt if there's an easy way otherwise, as control of the console is very platform dependent. With this module it becomes just: use Term::ReadKey; : ReadMode 2;

Keyboard processing

2002-12-27 Thread Pavle Lukic
Hi all, Is it possible to process keyboard entries, character by character, without displaying content (e.g. for password fields), using only core ActivePerl 5.8.0 build 804 for Windows 2000 Professional SP 3. (no additional CPAN modules like Term/ReakKey, no 'use' statement). I ask for a simple l