RE: how to interupt a running program

2005-11-30 Thread S, karthik \(IE03x\)
See my comments. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zentara Sent: Monday, November 21, 2005 7:38 PM To: beginners@perl.org Subject: Re: how to interupt a running program On Mon, 21 Nov 2005 10:32:47 +0530, [EMAIL PROTECTED] (karthik S

Re: how to interupt a running program

2005-11-21 Thread Shawn Corey
S, karthik (IE03x) wrote: I need to control a perl program from another perl program. See: perldoc perlipc (search for Signals) perldoc perlvar (search for %SIG) perldoc -f kill Also: perldoc -f fork perldoc -f wait The kill function sends a signal to another process, it does not

how to interupt a running program

2005-11-20 Thread S, karthik \(IE03x\)
Dear Folks, Hear is some interesting task. Please help me out with your ideas. I need to control a perl program from another perl program. Detailed description (example) # Let me say I have a program one.pl that runs with indefinite loop While(1)