[ale] OT Perl Question

Christopher R. Curzio ale at accipiter.org
Wed May 14 20:34:42 EDT 2003


use Term::ReadKey;

print "Enter Login: ";
chomp($login = <STDIN>);

print "Enter Password: ";
ReadMode('noecho'); 
chomp($password = <STDIN>);
ReadMode(0);


Thus Spake Robert Heaven <robertheaven at earthlink.net>:
14 May 2003 20:13:46 -0400


> I need to write a short perl script that will prompt me for a password
> without echoing what I type. Any ideas?
> 
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale





More information about the Ale mailing list