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!
;-)
Comment on
Re^2: Hex String XOR
Select
or
Download
Code
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.
[reply]
Re^4: Hex String XOR
by
Anonymous Monk
on Jun 23, 2015 at 13:08 UTC
it is wrong method
[reply]
In Section
Seekers of Perl Wisdom