Use chr with hex... for example
gives ususe strict; use warnings; use Test::More tests => 1; is(chr(hex('62')), 'b', 'hex -> char worked');
Hope this helps.1..1 ok 1 - hex -> char worked
In reply to Re: converting hex to char
by adrianh
in thread converting hex to char
by semio
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |