Help for this page

Select Code to Download


  1. or download this
    use 5.026;
    use warnings;
    ...
    
        return $rhNewVec;
    }
    
  2. or download this
    0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1
    
  3. or download this
    use 5.026;
    use warnings;
    ...
    
        return $rhNewVec;
    }
    
  4. or download this
    
    OR tests
    ...
    ok 32 - XOR result - 0 1 1 0 0 0 1 0 1 0 1 1
    ok 33 - XOR result - 0 1 1 0 0 0 1 0 1 0 1 1
    1..33
    
  5. or download this
    use 5.026;
    use warnings;
    ...
           sub { return $_[ 0 ] ^ $_[ 1 ] }
           );
    }