Thread Term::ReadKey: Password unkenntlich machen (8 answers)
Opened by Gast at 2008-02-14 12:23

sid burn
 2008-02-16 18:34
#105986 #105986
User since
2006-03-29
1520 Artikel
BenutzerIn

user image
IO::Prompt ist auch sehr nett für solche eingaben:

Code (perl): (dl )
1
2
3
4
use IO::Prompt;
my $password = prompt 'Password: ', -echo => '*';

print "[$password] eingegeben.\n";
Nicht mehr aktiv. Bei Kontakt: ICQ: 404181669 E-Mail: perl@david-raab.de

View full thread Term::ReadKey: Password unkenntlich machen