Haim Ashkenazi wrote:

> Hi
> 
> I'm writing a script on windows that's intended to run on windows (well, I
this is an error of-course. I'm writing it on linux :)


> don't have windows at home so...), and I'm looking for something to
> replace the "stty -echo" command on linux:
> 
> print "Password: ";
> system "stty -echo"; # disable echo
> chomp (my $pass = <STDIN>);
> system "stty echo"; # enable echo
> 
> any ideas?
> 
> thanx
> --
> Haim


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

Reply via email to