once Raffaele Sandrini <[EMAIL PROTECTED]> wrote: > Hi > > Wich commands do i have to use to read from the console (STDIN) witchout the > chars getting writed to the console like in a password entry? > > cheers, > Raffaele > > -- > GMX - Die Kommunikationsplattform im Internet. > http://www.gmx.net from the cookbook: use Term:ReadKey;
ReadMode('noecho');
$passwd=ReadLine(0);
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

