if( ! $one == ! $two ) { #### if( ! length $one == ! length $two ) { #### if( defined $one == defined $two ) { #### unless( $one xor $two ) {