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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: GetExitCode Chapter 19
Win32 Modules and Extensions
Next: 19.12 Win32::Process
 

Wait

$

proc


->Wait
(

n

)

Waits n milliseconds for the process to exit. If the process times out, the method returns false and sets $! to WAIT_FAILED . For no timeout, set n to INFINITE .


Previous: Reference: GetExitCode Perl in a Nutshell Next: 19.12 Win32::Process
Reference: GetExitCode Book Index 19.12 Win32::Process

Library Navigation Links

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