[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] OT Perl Question



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