Front page | perl.beginners |
Postings from September 2009
decimal to binary?
Thread Next
From:
Bryan R Harris
Date:
September 23, 2009 12:01
Subject:
decimal to binary?
Message ID:
C6DFDAB1.367C1%Bryan_R_Harris@raytheon.com
I need to convert a number like this: -3205.0569059
... into an 8-byte double (big and little endian), e.g. 4f 3e 52 00 2a bc 93
d3 (I just made up those 8 byte values).
Is this easy in perl? Are long and short ints easy as well?
Thanks!
- Bryan
Thread Next
-
decimal to binary?
by Bryan R Harris