Help for this page

Select Code to Download


  1. or download this
    print TEST "\n\nJust before if statement:\n";
    print TEST "Password entered:\t\t$password\n";
    ...
    print TEST "Hash value for key $userName:\t$usernameInfo{$userName}\n"
    +;
    
    if ( $password eq $usernameInfo{$userName} )
    
  2. or download this
    Just before if statement:
    Password entered:                    phaEdrus3
    Username entered:                    Tony Barbieri
    Hash value for key Tony Barbieri:    phaEdrus3