Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

perlfunc:msgrcv

by gods (Initiate)
on Aug 24, 1999 at 22:43 UTC ( [id://309]=perlfunc: print w/replies, xml ) Need Help??

msgrcv

See the current Perl documentation for msgrcv.

Here is our local, out-dated (pre-5.6) version:


msgrcv - receive a SysV IPC message from a message queue



msgrcv ID,VAR,SIZE,TYPE,FLAGS



Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. Note that if a message is received, the message type will be the first thing in VAR, and the maximum length of VAR is SIZE plus the size of the message type. Returns TRUE if successful, or FALSE if there is an error. See also IPC::SysV and IPC::SysV::Msg documentation.


Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-28 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found