freebsd-dev/contrib/perl5/ext/IPC/SysV
2002-03-16 22:17:19 +00:00
..
hints Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
t
ChangeLog
Makefile.PL Restore vendor RCS tag. 2002-03-16 22:17:19 +00:00
MANIFEST
Msg.pm Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
README
Semaphore.pm Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
SysV.pm Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
SysV.xs Vendor import Perl 5.6.1 2002-03-16 20:14:30 +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!