Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Children with Win32::Process when dying

by syphilis (Archbishop)
on Jun 07, 2006 at 06:22 UTC ( [id://553968]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    END{$obj->Kill($exitcode) if $obj->GetExitCode() == STILL_ACTIVE};
    
  2. or download this
    use Win32::Process (STILL_ACTIVE);
    
  3. or download this
    END{$obj->Kill($exitcode)};
    
  4. or download this
    $ProcessObj->GetExitCode($exitcode);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://553968]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-03-28 21:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found