Perl msgrcv Function



Description

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

Syntax

Following is the simple syntax for this function −

msgrcv ID, VAR, SIZE, TYPE, FLAGS

Return Value

This function returns 0 on error and 1 on success.

perl_function_references.htm
Advertisements