http://www.perlmonks.org?node_id=1050500

ghosh123 has asked for the wisdom of the Perl Monks concerning the following question:

Can anybody please give me (or point me to) an example of asynchronous socket communication happening through a perl tk application. A very simple and primitive one.
The gui should be a server which will open a listening socket and some other processing application should connect to it and send info. The gui status should change according to the message received.