Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.100 IPC::SemaphoreChapter 8
Standard Modules
Next: Reference: getall
 

new

$sem = new IPC::Semaphore(key, nsems, flags)

Creates a new semaphore set associated with key and containing nsems semaphores. Uses flags to set the permissions. Creates the new set if the following are true:


Previous: 8.100 IPC::SemaphorePerl in a NutshellNext: Reference: getall
8.100 IPC::SemaphoreBook IndexReference: getall