From: Cormac McClean (cmcclean at domain ait.ie)
Date: Thu 04 Oct 2001 - 17:19:12 IST
John,
Thanks for the tip. I also found another way, using Term::ReadPassword.
Thanks,
Cormac.
use Term::ReadPassword;
my ($current_pass, $new_pass1, $new_pass2);
##########################
# Get current and new passwords
$current_pass = read_password('Enter current password: ');
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:12:32 GMT