3.2.96 msgsndmsgsnd
This function calls the
msgsnd
(2) system call to send the
message $msg = pack "L a*", $type, $text_of_message; The function returns true if successful, or false if there is an error. On error, it puts the error code into $! . Before calling, you should say: require "ipc.ph"; require "msg.ph"; This function is available only on machines supporting System V IPC. |
|