NAME

msgsnd - send a SysV IPC message to a message queue


SYNOPSIS

msgsnd ID,MSG,FLAGS


DESCRIPTION

Calls the System V IPC function msgsnd to send the message MSG to the message queue ID. MSG must begin with the long integer message type, which may be created with pack. Returns TRUE if successful, or FALSE if there is an error.