in reply to Re: Best technique to code/decode binary data for inter-machine communication?
in thread Best technique to code/decode binary data for inter-machine communication?

I would use a well-known protocol such as SOAP, using the existing CPAN Perl modules that are built to do that. All of the technical issues have been taken care of, and who really cares exactly how much data-size it takes.

LOL

  • Comment on Re^2: Best technique to code/decode binary data for inter-machine communication?