in reply to Re^8: dynamic extractor based off static references in file (perl)
in thread dynamic extractor based off static references in file (perl)
I have figured out what i needed to do convert the character string into a hex string. Now i can put that into the variable $buffer and print Dumper($buffer)returns the correct value of 04C0.
The problem still is, I still cannot use $buffer (04C0) in sysseek either because its a non numerical value.