Hi I'm writing a script on windows that's intended to run on windows (well, I 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]