use strict; use warnings; use Test::More tests => 1; is(chr(hex('62')), 'b', 'hex -> char worked');