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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: id Chapter 8
Standard Modules
Next: Reference: remove
 

op

$

sem


->op(


oplist


)

Passes a list of operations to the semop function. oplist is the list of operations, consisting of a concatenation of smaller lists. Each of the smaller lists has three values: the semaphore number, the operation, and a flag. See the semop function in Chapter 5 for more information.


Previous: Reference: id Perl in a Nutshell Next: Reference: remove
Reference: id Book Index Reference: remove