in reply to Re^3: Unexpected result using tell/seek within the __DATA__ file (buffer)
in thread Unexpected result using tell/seek within the __DATA__ file

Thanks! I understand now what you mean. The first "tell DATA" is just giving the value left there by Perl which is correct. Subsequent calls to "tell DATA" are calculated and are off in Windows. I'll check tonight that this works on Linux.

  • Comment on Re^4: Unexpected result using tell/seek within the __DATA__ file (buffer)