Install Perl 5.8.8
[msysgit.git] / mingw / html / ext / IPC / SysV / SysV.html
blob108153a049641fea30eba6b83555dfeba8adc09a
1 <?xml version="1.0" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>IPC::SysV - SysV IPC constants</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <link rev="made" href="mailto:" />
8 </head>
10 <body style="background-color: white">
11 <table border="0" width="100%" cellspacing="0" cellpadding="3">
12 <tr><td class="block" style="background-color: #cccccc" valign="middle">
13 <big><strong><span class="block">&nbsp;IPC::SysV - SysV IPC constants</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
22 <li><a href="#name">NAME</a></li>
23 <li><a href="#synopsis">SYNOPSIS</a></li>
24 <li><a href="#description">DESCRIPTION</a></li>
25 <li><a href="#see_also">SEE ALSO</a></li>
26 <li><a href="#authors">AUTHORS</a></li>
27 <li><a href="#copyright">COPYRIGHT</a></li>
28 </ul>
29 <!-- INDEX END -->
31 <hr />
32 <p>
33 </p>
34 <h1><a name="name">NAME</a></h1>
35 <p>IPC::SysV - SysV IPC constants</p>
36 <p>
37 </p>
38 <hr />
39 <h1><a name="synopsis">SYNOPSIS</a></h1>
40 <pre>
41 use IPC::SysV qw(IPC_STAT IPC_PRIVATE);</pre>
42 <p>
43 </p>
44 <hr />
45 <h1><a name="description">DESCRIPTION</a></h1>
46 <p><code>IPC::SysV</code> defines and conditionally exports all the constants
47 defined in your system include files which are needed by the SysV
48 IPC calls.</p>
49 <dl>
50 <dt><strong><a name="item_ftok">ftok( PATH, ID )</a></strong>
52 <dd>
53 <p>Return a key based on PATH and ID, which can be used as a key for
54 <code>msgget</code>, <code>semget</code> and <code>shmget</code>. See <a href="#item_ftok">ftok</a></p>
55 </dd>
56 </li>
57 </dl>
58 <p>
59 </p>
60 <hr />
61 <h1><a name="see_also">SEE ALSO</a></h1>
62 <p><a href="file://C|\msysgit\mingw\html/IPC/Msg.html">the IPC::Msg manpage</a>, <a href="file://C|\msysgit\mingw\html/IPC/Semaphore.html">the IPC::Semaphore manpage</a>, <a href="#item_ftok">ftok</a></p>
63 <p>
64 </p>
65 <hr />
66 <h1><a name="authors">AUTHORS</a></h1>
67 <p>Graham Barr &lt;<a href="mailto:gbarr@pobox.com">gbarr@pobox.com</a>&gt;
68 Jarkko Hietaniemi &lt;<a href="mailto:jhi@iki.fi">jhi@iki.fi</a>&gt;</p>
69 <p>
70 </p>
71 <hr />
72 <h1><a name="copyright">COPYRIGHT</a></h1>
73 <p>Copyright (c) 1997 Graham Barr. All rights reserved.
74 This program is free software; you can redistribute it and/or modify it
75 under the same terms as Perl itself.</p>
76 <table border="0" width="100%" cellspacing="0" cellpadding="3">
77 <tr><td class="block" style="background-color: #cccccc" valign="middle">
78 <big><strong><span class="block">&nbsp;IPC::SysV - SysV IPC constants</span></strong></big>
79 </td></tr>
80 </table>
82 </body>
84 </html>