Copyright © tutorialspoint.com

PERL msgsnd Function


Syntax

msgsnd ID, MSG, FLAGS


Definition and Usage

Sends the message MSG to the message queue ID, using the optional FLAGS.

Return Value

  • 0 on error

  • 1 on success


Copyright © tutorialspoint.com