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;
    $pass = ReadLine 0;
    ReadMode 0;

HTH,

Rob


"Pavle Lukic" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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 loop example to do the task above
> (if it is possible).
> In C it is (relatively) easy to do.
> What about Perl?
>
> Thanks, and have a good weekend.
>
>
> Pavle
>
> _________________________________________________________________
> MSN 8 helps eliminate e-mail viruses. Get 3 months FREE*.
>
http://join.msn.com/?page=features/virus&xAPID=42&PS=47575&PI=7324&DI=7474&S
U=
>
http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_virusprotec
tion_3mf
>



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

Reply via email to