Hello,
This is my first PERL question and probably won't be my last! I have a binary file and when I access it with emacs using the "hexl-mode" option I'm presented with the following:
0000 0034 0000 31b1 0191 403b 8811 bb13 66e4
formatted as 4bytes 4bytes 1byte 1byte 8bytes
which translates into the following numbers:
52 12721 1 145 27.53152055
I need a way to convert the hex values into either
integer or floating point using PERL - any suggestions?