in reply to •Re: How do I convert a file with all hex to a file with all decimal values
in thread How do I convert a file with all hex to a file with all decimal values

Sorry for the confusion. an example of the hex file would be
40 30 4A 53 5B
and an example of the decimal file would be
64 48 74 83 91

of course if you tried to open the hex file with notepad you would have jibberish, that is why I would like the conversion to dec. I know this can be done in PHP by using hexdec() and reading the whole file but I don't know how to do it in perl
thank you
and sorry for the confusion
  • Comment on Re: •Re: How do I convert a file with all hex to a file with all decimal values

Replies are listed 'Best First'.
•Re: Re: •Re: How do I convert a file with all hex to a file with all decimal values
by merlyn (Sage) on May 21, 2002 at 20:58 UTC