in reply to
how to print 'normal' string from hex string?
print pack "H*", $hex_string;
[download]
Comment on
Re: how to print 'normal' string from hex string?
Download
Code
In Section
Seekers of Perl Wisdom