freebsd-dev/contrib/perl5/ext/IPC/SysV
Mark Murray 24cafe721c Cleanup. No need to install manpages here; no other system module
does it, and it is done /in toto/ elsewhere.
1998-10-11 17:23:34 +00:00
..
t Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
ChangeLog Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
Makefile.PL Cleanup. No need to install manpages here; no other system module 1998-10-11 17:23:34 +00:00
MANIFEST Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
Msg.pm Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
README Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
Semaphore.pm Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
SysV.pm Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00
SysV.xs Initial import of Perl5. The king is dead; long live the king! 1998-09-09 07:00:04 +00:00

Copyright (c) 1997 Graham Barr <gbarr@pobox.com>. All rights reserved.
This package is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

The SysV-IPC contains three packages

    IPC::Semaphore
    - Provides an object interface to using SysV IPC semaphores

    IPC::Msg
    - Provides an object interface to using SysV IPC messages

    IPC::SysV
    - Provides the constants required to use the system SysV IPC calls.

Currently there is not object support for SysV shared memory, but
SysV::SharedMem is a project for the future.

Share and enjoy!