http://www.perlmonks.org?node_id=959109


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! ;-)