Help for this page

Select Code to Download


  1. or download this
    sub checkPassword { # no parens () here - why a prototype?
    
    ...
        }
        1;
    }
    
  2. or download this
    if ( checkPassword($user,$pass) ) {
        # success or failure here?
    } else {
        ...
    }