in reply to Re: •Re: converting hex to char
in thread converting hex to char

You actually prefer
printf "%x%x%x",ord('a'),ord('b'),ord('c')
to
print unpack "H*", "abc"
!!??! Remind me not to hire you.

-- Randal L. Schwartz, Perl hacker