Help for this page
use strict; use warnings; use Test::More tests => 1; is(chr(hex('62')), 'b', 'hex -> char worked');
1..1 ok 1 - hex -> char worked