perl-5.38.0
msgget KEY,FLAGS

Calls the System V IPC function msgget(2). Returns the message queue id, or undef on error. See also "SysV IPC" in perlipc and the documentation for IPC::SysV and IPC::Msg.

System V IPC 関数 msgget(2) を呼び出します。 メッセージキューの ID か、エラー時には undef を返します。 "SysV IPC" in perlipc および、IPC::SysVIPC::Msg の文書も参照してください。

Portability issues: "msgget" in perlport.

移植性の問題: "msgget" in perlport