in reply to
how to get rid of pressing control+c keys
Tell the shell to exit by closing the pipe tied to its stdin (
IN
) or by issuing the
exit
command.
Comment on
Re: how to get rid of pressing control+c keys
Select
or
Download
Code
In Section
Seekers of Perl Wisdom