start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: setval Chapter 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: setval Perl in a Nutshell Next: 8.100 IPC::Semaphore
Reference: setval Book Index 8.100 IPC::Semaphore