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;
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