in reply to Re: Using File::ReadBackwards or equivalent on pre-existing file handle
in thread Using File::ReadBackwards or equivalent on pre-existing file handle

Thanks. Good point, but I have tried it, and it doesn't seem to work. I was also hoping to reuse the same file handle, since I already have it open, which saves having to check twice for success on opening, and (I presume) closing two filehandles. Seems better to avoid the possibility of someone deleting the file between the first and the second open calls, by simply having one "open".

  • Comment on Re^2: Using File::ReadBackwards or equivalent on pre-existing file handle