in reply to
How do I convert a file with all hex to a file with all decimal values
erm...if you open the file in notepad and it's garbage, my guess is it's a binary file. Either way, play around with
unpack
to extract what you want.
Comment on
Re: How do I convert a file with all hex to a file with all decimal values
Download
Code
In Section
Seekers of Perl Wisdom