Help for this page
if( !$a == !$b ) { #or if( !$x != !$y ) {
if( not $a xor $b ) { #or if( $x xor $y ) {
if( !$a == !$b ) {
if( not $a xor $b ) {