in reply to
Problems using File::Tail
What lines are missing, the last few? You are probably suffering from buffering. I was missing the last few until I added
use IO::Handle qw( ); OUT->autoflush(1);
[download]
Comment on
Re: Problems using File::Tail
Download
Code
Replies are listed 'Best First'.
Re^2: Problems using File::Tail
by
gg48gg
(Sexton)
on Sep 22, 2011 at 17:33 UTC
Yes. The last few lines. I'll give that a try and report back. Thanks.
[reply]
Re^3: Problems using File::Tail
by
gg48gg
(Sexton)
on Sep 22, 2011 at 18:06 UTC
Works! Thank you very much!
[reply]
In Section
Seekers of Perl Wisdom