in reply to Re^2: Force integer to occupy 64 bits (bytes)
in thread Force integer to occupy 64 bits
It wants bytes as long (int64) type.
But that isn't bytes, it doesn't say byte order (little or big endian). Have you see pack?
pack'q<', $d64
pack 'q>', $d64
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Force integer to occupy 64 bits (bytes)
by yuhang91 (Initiate) on Jul 29, 2013 at 10:23 UTC |