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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: wait Chapter 19
Win32 Modules and Extensions
Next: 19.14 Win32::Semaphore
 

release

$

sem


->release
(

inc

, [$

var

])

Releases a semaphore and increments the count by the amount specified in inc . The last count (before the increment) is returned in the $var variable, if provided.


Previous: Reference: wait Perl in a Nutshell Next: 19.14 Win32::Semaphore
Reference: wait Book Index 19.14 Win32::Semaphore

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.