Copyright © tutorialspoint.com

PERL msgrcv Function


Syntax

msgrcv ID, VAR, SIZE, TYPE, FLAGS


Definition and Usage

Receives a message from the queue ID, placing the message into the variable VAR, up to a maximum size of SIZE.

Return Value

  • 0 on error

  • 1 on success


Copyright © tutorialspoint.com