[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] OT Perl Question
- Subject: [ale] OT Perl Question
- From: ale at accipiter.org (Christopher R. Curzio)
- Date: Wed, 14 May 2003 20:34:42 -0400
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