Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

perlfunc:shmctl

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

shmctl

See 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 IPC_STAT, then ARG must be a variable which will hold the returned shmid_ds structure. Returns like ioctl: the undefined value for error, ``0 but true'' for zero, or the actual return value otherwise. See also IPC::SysV 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-04-19 10:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found