in reply to Converting Hex String ASCII Char

use pack with the H format:
my $bytes = pack("H*", $line);