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

Use any cross-platform serialization library. There also exist cross-language serialization libraries.

Those 3 are fastest and do both: JSON::XS, Data::MessagePack, protobuf-perlxs or such.

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