Help for this page

Select Code to Download


  1. or download this
    $shm->write(pack("S", 4711), 2, 2);
    
  2. or download this
    sub stat
    {
    ...
      shmctl $self->id, IPC_STAT, $data or return undef;
      IPC::SharedMem::stat->new->unpack($data);
    }