Copyright © tutorialspoint.com

PERL msgctl Function


Syntax

msgctl ID, CMD, ARG


Definition and Usage

Calls the system function msgctrl( ) with the arguments ID, CMD, and ARG. You may need to include the IPC::SysV package to obtain the correct constants.

Return Value

  • 0 but true if the system function returns 0

  • 1 on success


Copyright © tutorialspoint.com