in reply to RE: Killer
in thread Killer

I'm curious about how this "POSIXly correct way" would translate into Perl code. I've actually recently written something to use in sort of a panic situation to get rid of a runaway process using something akin to kill('TERM', $pid); and would like to know how that matches up with notions of POSIX correctness, if there's any comparison to be made at all.

print substr("Just another Perl hacker", 0, -2);
- apotheon
CopyWrite Chad Perrin