NAME

Linux::Epoll::Util - Utility functions for Linux::Epoll

VERSION

Version 0.001

DESCRIPTION

This module provides a few utility functions for Linux::Epoll

SUBROUTINES

event_bits_to_hash($bits)

Convert a bitset into a hashref, with keys being the names of the bits that are set and the values being true.

event_names_to_bits($names)

Convert $names into a event bitset. $names must either be a string from the set described in Linux::Epoll, or an arrayref containing such strings.

AUTHOR

Leon Timmermans, <leont at cpan.org>

BUGS

Please report any bugs or feature requests to bug-linux-epoll at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Linux-Epoll. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Linux::Epoll

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2010 Leon Timmermans.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.