in reply to Re^3: Trying to translate overflowing JS code to Perl
in thread Trying to translate overflowing JS code to Perl
Sorry ... I'm not trying to be critical ... not even nitpicking ... but I haven't found any such values, and I'm genuinely curious as to whether they exist.)say unpack( "l", pack "L", ($value & 0xffffffff)); say unpack( "l", pack "L", ($value)); say unpack( "l", pack "l", ($value));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Trying to translate overflowing JS code to Perl
by Corion (Patriarch) on Nov 29, 2023 at 13:22 UTC |