Hey,
I am working on a binary file and need to get certain values out of the file and be able to use them as readable values, hex or decimal. I was thinking un/pack can help me but not too sure. Here is my code:
open(INFO,"<$file") || die "Can't open $file: $!\n"...