in reply to Re: Hex String XOR
in thread Hex String XOR

Or, one could embrace the 21st century and use /\p{Print}/ instead of /[:print:]/. No need to restrict yourself to 256 code points, and subject yourself to locale. The era of 5.005 is over! ;-)

Replies are listed 'Best First'.
Re^3: Hex String XOR
by Marshall (Canon) on Mar 12, 2012 at 12:31 UTC
    Your point is well taken, however from the problem statement in this case, it appears that "bytes" are the unit of interest.
      it is wrong method