Hello Monks. I am seeking your wisdom on reading info in from a binary file. I have a binary file that I need to extract some text informtion from. The file contains text strings that I can see if I just open the file in notepad, but I can't seem to get that information if I read it in with a Perl script.
I am guessing I need to convert the data to HEX values which I have done by reading in the file and then printing it with this:
The problem is I din't know what to do next to convert the HEX strings to text or if I am even on the right track. Any suggestions?