- or download this
sub change_pass {
$pass = crypt($q->param('old'), r);
...
print "Your password has been chaged";
}
}
- or download this
elsif($pass ne $user{'pass'}) {
print "$pass<br>$user{'pass'}";
inerror("Your old passwords don't match current password");
}
- or download this
print "$pass<br>$user{'pass'}";