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

Perl in a Nutshell

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