in reply to
How to send Ctrl^C to a program via Expect module
kill INT => $expect_object->pid();
Comment on
Re: How to send Ctrl^C to a program via Expect module
Download
Code
Replies are listed 'Best First'.
Re^2: How to send Ctrl^C to a program via Expect module
by
perlisfun
(Sexton)
on Jul 27, 2004 at 20:33 UTC
Thank you very much. It works very well.
PerlIsFun
[reply]
In Section
Seekers of Perl Wisdom