- shmget KEY,SIZE,FLAGS
-
Calls the System V IPC function shmget. Returns the shared memory segment id, or undef on error. See also "SysV IPC" in perlipc and the documentation for
IPC::SysV
.System V IPC 関数 shmget を呼び出します。 共有メモリのセグメント ID か、エラー時には undef を返します。 "SysV IPC" in perlipc および、
IPC::SysV
の文書も 参照してください。Portability issues: "shmget" in perlport.
移植性の問題: "shmget" in perlport。