Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: kill won't kill the process I opened

by keszler (Priest)
on Sep 16, 2013 at 03:34 UTC ( [id://1054217]=note: print w/replies, xml ) Need Help??


in reply to kill won't kill the process I opened

Perl kill != *nix kill. According to kill:

A negative signal name is the same as a negative signal number, killing process groups instead of processes. For example, kill '-KILL', $pgrp and kill -9, $pgrp will send SIGKILL to the entire process group specified. That means you usually want to use positive not negative signals.
With kill 'KILL', $cam_pid I got:
$ ./pm1054213.pl cmd running: 7808 killing cmd: 7808 cmd closed off dead and buried!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found