On Thu, Nov 29, 2001 at 01:43:27PM -0500, Uri Guttman wrote: > damn, i was thinking about using my module for it. but you have a bug.
Damn, you're right. > a fix is would be to check when the locations in the file are the same > and stop. but File::ReadBackwards doesn't support tell (it does its own > buffering but maybe it could. does Tie::Filehandle have a TELL/SEEK method?) Tied handles have TELL and SEEK, yep. -- Michael G. Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/ Perl Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One Plus I remember being impressed with Ada because you could write an infinite loop without a faked up condition. The idea being that in Ada the typical infinite loop would be normally be terminated by detonation. -- Larry Wall in <[EMAIL PROTECTED]>
