Dear All,
I am reading different numbers of bytes from a binary file using read.
At one point I am reading a byte at a time.
Some bytes are read correctly but then a call to
read($filehandle, $var, 1)
sets $var to the next byte than the one that is supposed to return.
Also tell says that I moved two bytes from the previous position in the file.