in reply to Re^7: Why is pack("N",42949672965) giving me 00 00 00 05
in thread Why is pack("N",42949672965) giving me 00 00 00 05
Still no difference!:
print pack('N', -1) eq pack('N', 0xffff_ffff) ? 'Same' : 'Different';; Same print pack('N', -1) eq pack('N', 0xFFFF_FFFF) ? 'Same' : 'Different';; Same
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Why is pack("N",42949672965) giving me 00 00 00 05
by soonix (Chancellor) on Feb 10, 2015 at 07:42 UTC | |
by BrowserUk (Patriarch) on Feb 10, 2015 at 07:54 UTC |