Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: setvalChapter 8
Standard Modules
Next: 8.100 IPC::Semaphore
 

stat

$ds = $sem->stat

Returns an object of type IPC::Semaphore::stat (which is a subclass of Class::Struct) that provides the following fields:

uid    gid    cuid    cgid
mode   ctime  otime   nsems


Previous: Reference: setvalPerl in a NutshellNext: 8.100 IPC::Semaphore
Reference: setvalBook Index8.100 IPC::Semaphore