Hi,
        Can I send a kill signal to a process which is created using 
        system call ?

        Basically I wanted to send a CTRL-C signal to the process 
        created by system call (of course in the same program).
        
        Something like this :
        
        sub test()
        {
                system (create process)

                now send kill signal ??
        
                system (create next process)    
        }
        Is it possible ?

Thanks
Alok

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to