in reply to sending kill signals from perl CGIs

You may not have permission to send that signal from the user account as whom the CGI program runs, and you're probably not in the right directory. Add some error checking and see what it tells you.

  • Comment on Re: sending kill signals from perl CGIs