in reply to Re^2: Unexpected result using tell/seek within the __DATA__ file
in thread Unexpected result using tell/seek within the __DATA__ file
I just opened the file in a hex editor and it shows 0x0D 0x0A for every line.
Yet you said that adding a blank line only changed the offset by one. These two statements are contradictory.
The positions seek returns are the same positions you see in your hex editor.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Unexpected result using tell/seek within the __DATA__ file
by Gulliver (Monk) on Mar 11, 2011 at 20:36 UTC | |
by ikegami (Patriarch) on Mar 12, 2011 at 00:36 UTC | |
by Gulliver (Monk) on Mar 12, 2011 at 02:39 UTC | |
by ikegami (Patriarch) on Mar 12, 2011 at 06:33 UTC |