$ msg = new IPC::Msg( key , flags )
msg
key
flags
Creates a new message queue associated with key and uses flags to set the permissions. Creates the new message queue if the following are true:
key is equal to IPC_PRIVATE.
key doesn't already have an associated message queue and FLAGS & IPC_CREAT is true.
FLAGS & IPC_CREAT
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]