| IO-Tail documentation | view source | Contained in the IO-Tail distribution. |
IO::Tail - follow the tail of files/stream
Version 0.01
use IO::Tail;
my $tail = IO::Tail->new();
$tail->add(\*STDIN, \&callback);
$tail->add('test.log', \&callback);
$tail->check();
$tail->loop();
No functions are exported.
YAMASHINA Hio, <hio at cpan.org>
Please report any bugs or feature requests to
bug-io-tail at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IO-Tail.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc IO::Tail
You can also look for information at:
Copyright 2007 YAMASHINA Hio, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| IO-Tail documentation | view source | Contained in the IO-Tail distribution. |