s/YYLEX_PARAM/YYLEXPARAM/
[p5sagit/p5-mst-13.2.git] / ext / IPC / SysV / README
CommitLineData
0ade1984 1Copyright (c) 1997 Graham Barr <gbarr@pobox.com>. All rights reserved.
2This package is free software; you can redistribute it and/or
3modify it under the same terms as Perl itself.
4
5The SysV-IPC contains three packages
6
7 IPC::Semaphore
8 - Provides an object interface to using SysV IPC semaphores
9
10 IPC::Msg
11 - Provides an object interface to using SysV IPC messages
12
13 IPC::SysV
14 - Provides the constants required to use the system SysV IPC calls.
15
16Currently there is not object support for SysV shared memory, but
17SysV::SharedMem is a project for the future.
18
19Share and enjoy!
20