|
|
| Perl: the Markov chain saw | |
| PerlMonks |
perlfunc:shmctlby gods (Initiate) |
| on Aug 24, 1999 at 22:42 UTC ( [id://279]=perlfunc: print w/replies, xml ) | Need Help?? |
shmctlSee the current Perl documentation for shmctl. Here is our local, out-dated (pre-5.6) version: ![]() shmctl - SysV shared memory operations
![]() shmctl ID,CMD,ARG
![]() Calls the System V IPC function shmctl. You'll probably have to say
use IPC::SysV;
first to get the correct constant definitions. If
CMD is |
|