How can I cast UDP streams in Perl?

Posted by user314536 on Stack Overflow See other posts from Stack Overflow or by user314536
Published on 2010-06-08T16:10:13Z Indexed on 2010/06/09 5:12 UTC
Read the original article Hit count: 349

Filed under:
|

My Perl script gets a UDP response that is built out of 2 integers + float numbers. The problem is that the UDP stream is one long stream of bytes.

How do I cast the stream into parameters using Perl?

© Stack Overflow or respective owner

Related posts about perl

Related posts about udp