![]() |
|
There's more than one way to do things | |
PerlMonks |
perlfunc:msgctlby gods |
on Aug 24, 1999 at 22:41 UTC ( #179=perlfunc: print w/replies, xml ) | Need Help?? |
msgctlSee the current Perl documentation for msgctl. Here is our local, out-dated (pre-5.6) version: ![]() msgctl - SysV IPC message control operations
![]() msgctl ID,CMD,ARG
![]()
Calls the System
V
IPC function
use IPC::SysV;
first to get the correct constant definitions. If
CMD is |
|