Hi,

I'm trying to do a comparisson with boolean operators and it is not
working...

Example:
$user1
$user2
$password1
$password2 (this are the variables)...

The comparisson:

if (( $user1 ne "myself" || $password1 ne "pass1") && ( $user2 ne "yourself"
|| $password2 ne "pass2")) {

print "dfdfsafsa";

}

it is not working.... is these boolean operators right???

Thanks in advance,
Wagner


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to