Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: monitor process

by grashoper (Monk)
on Apr 24, 2009 at 15:14 UTC ( [id://759862]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::Process::Info;
    use Data::Dumper;
    ...
    print Dumper $href;
    print Dumper @info;
    #print Dumper @pids;
    
  2. or download this
     use Win32::Process;
        use Win32;
    ...
           
        $Obj->GetExitCode($exitcode);
        print  $exitcode;
    
  3. or download this
    use Win32::Process;
        use Win32;
    ...
        $ProcessObj->Suspend();
        $ProcessObj->Resume();
        $ProcessObj->Wait(INFINITE);
    
  4. or download this
    use Win32::Process;
        use Win32;
    ...
         
        $Obj->GetExitCode($exitcode);
        print $exitcode;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-24 10:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found