Help for this page

Select Code to Download


  1. or download this
        if( ! $one == ! $two ) {
    
  2. or download this
        if( ! length $one == ! length $two ) {
    
  3. or download this
        if( defined $one == defined $two ) {
    
  4. or download this
        unless( $one xor $two ) {