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
In reply to Re^8: Why is pack("N",42949672965) giving me 00 00 00 05
by BrowserUk
in thread Why is pack("N",42949672965) giving me 00 00 00 05
by isync
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |