The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
POSIX/Socket version 0.08
==========================

Low-level socket operations: _socket _close _connect _fcntl _bind 
_recv _send _sendto _getsockname _send_n _recv_n _accept _listen.
Available as plain functions. Uses file descriptors instead of file 
handles. File descriptors can be shared between threads.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (C) 2012, Yury Kotlyarov

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.