Re: Debugging the client- server program



mina wrote:
however, whenever i press CTL+C on either end. The following error pop up:

I dun really understand wat happen... is it because of my "force"
exiting the program? is there any way to improve it?

I've never used Term::ReadKey, but it looks like you can use that to
disable control keys. From the docs:

use Term::ReadKey;
ReadMode 4; # Turn off controls keys

--
http://DavidFilmer.com

.