Help for this page

Select Code to Download


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