in reply to Re: Simulating UNIX's "tail" in core Perl
in thread Simulating UNIX's "tail" in core Perl

POE::Wheel::FollowTail is great because you can deal with it in callbacks.
File::Tail has other features, like the file doesn't have to already be there and you can move the file out from under it and slip in a new one and it keeps on ticking, etc.

p
  • Comment on Re: Re: Simulating UNIX's "tail" in core Perl