Help for this page
@a2 = map chr hex, @a1;
@a2 = map chr(hex()), @a1; # or @a2 = map chr(hex($_)), @a1;
$x = char hex 41; # which means $x = 'A';