hello everyone,
first time here. came here with the recommendation of other perl monks..
I have a file where the contents are in bytecode.
I need to parse that file and assign each set of byte a Tag name. for example.. "assign bytes 1 to 9 = firstname" and "assign 10 to 17 = last name .
i have files that are 1600 bytes long. and have almost 70 tags associated with it. can someone help me with the code. rest of the information ( e.g assigning bytes to a tag name) i can do myself. i am learning perl as of now.
that perl program should take a input file.
thank you.
Jay.