Help for this page
use 5.026; use warnings; ... return $rhNewVec; }
0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1
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
use 5.026; use warnings; ... sub { return $_[ 0 ] ^ $_[ 1 ] } ); }