Linux::FD - Linux specific special filehandles
version 0.014
Linux::FD provides you Linux specific special file handles. These are
Event filehandles
Signal filehandles
Timer filehandles
These allow you to use conventional polling mechanisms to wait for a large variety of events.
This creates an eventfd handle. See Linux::FD::Event for more information on it.
This creates an signalfd handle. See Linux::FD::Signal for more information on it.
This creates an timerfd handle. See Linux::FD::Timer for more information on it.
Leon Timmermans <leont@cpan.org>
This software is copyright (c) 2010 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Linux::FD, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Linux::FD
CPAN shell
perl -MCPAN -e shell install Linux::FD
For more information on module installation, please visit the detailed CPAN module installation guide.