I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-02-16 03:16:15-08 by ravishankar
communicating with a
Hi, I have a "simulated device" in the form of windows executable. I don't have any details of the executable (i.e. the API's). A client program exists (again, a windows executable) which connects to the server and gets the response. My issue is, I need to write my own client in TCL which connects to the server and receives the response. I tried to create a socket connection to the server, send some dummy message and then, read the response back from the server. Connection gets established and the server responds with some message (which, I verified using ethereal, although it did not make sense). However, I was not able to "capture" the message sent by the server (I used gets) How can I capture the response from the server in my TCL client? Stuck at this issue badly.. :( Thanks in advance for the help. Ravi.
Direct Responses: 9971 | Write a response
Posted on 2009-02-16 19:04:42-08 by eserte in response to 9965
Re: communicating with a
Wrong forum? This one is about the Perl module named Tcl::Tk.
Direct Responses: Write a response