1IPC::SysV(3pm)         Perl Programmers Reference Guide         IPC::SysV(3pm)
2
3
4

NAME

6       IPC::SysV - SysV IPC constants
7

SYNOPSIS

9           use IPC::SysV qw(IPC_STAT IPC_PRIVATE);
10

DESCRIPTION

12       "IPC::SysV" defines and conditionally exports all the constants defined
13       in your system include files which are needed by the SysV IPC calls.
14
15       ftok( PATH, ID )
16           Return a key based on PATH and ID, which can be used as a key for
17           "msgget", "semget" and "shmget". See ftok
18

SEE ALSO

20       IPC::Msg, IPC::Semaphore, ftok
21

AUTHORS

23       Graham Barr <gbarr@pobox.com> Jarkko Hietaniemi <jhi@iki.fi>
24
26       Copyright (c) 1997 Graham Barr. All rights reserved.  This program is
27       free software; you can redistribute it and/or modify it under the same
28       terms as Perl itself.
29
30
31
32perl v5.8.8                       2001-09-21                    IPC::SysV(3pm)
Impressum