Hello!
I tried to create a simple program - two simple processes one in C++ and an other in perl. Which could communicate trough sockets. The C++ side worked fine (it was the server). But I cannot give back any answer to the perl client.
Could anyone help me to solve this problem?
Thank You!
Here is the C++ code:
http://www.linuxgazette.com/issue74/tougher.html
And here is the perl example which I tried to change:
http://www.perlfect.com/articles/sockets.shtml
Re:Perl Monks
HumanProgrammer on 2004-09-22T11:04:40
Thanks for the info!