Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: idChapter 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: idPerl in a NutshellNext: Reference: remove
Reference: idBook IndexReference: remove