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

Re^2: Killing a Win32 process, a return value ? (bugs)

by tye (Sage)
on Mar 03, 2007 at 03:36 UTC ( [id://603022]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    BOOL
    KillProcess(pid, exitcode)
    ...
        }
    OUTPUT:
        RETVAL
    
  2. or download this
    $^E= 0;
    Win32::Process::KillProcess( $pid, 1 );
    my $err= $^E;
    die "Failed to kill process, $pid: $err\n" if $err;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-19 04:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found