in reply to
Converting Hex String ASCII Char
use
pack
with the
H
format:
my $bytes = pack("H*", $line);
[download]
Comment on
Re: Converting Hex String ASCII Char
Select
or
Download
Code
In Section
Seekers of Perl Wisdom