Hi,

I need to create a TCP/IP client that connects to a server which accepts messages made from 3 parts:
- a static start string of 9 bytes;
- the body (that can have a variable length)
- a static string of 9 bytes.

...and then it gives a response that I need to get.

I've searched the CPAN for a higher level module that can help me to create that client, but I couldn't find anything higher level than IO::Socket::INET.

Does anyone know a higher level module that can be used to create such a TCP/IP client?

Thanks.

Octavian


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to