Copyright © tutorialspoint.com

PERL msgget Function


Syntax

msgget KEY, FLAGS


Definition and Usage

Calls the System V IPC function msgget(2). Returns the message queue id, or the undefined value if there is an error.

Return Value

  • undef on error

  • Message queue ID


Copyright © tutorialspoint.com