in reply to Best way to check for 64-bit support
With Config.pm you could check for d_quad. Another funny way to find the internal integer size is
perl -E 'say unpack "%b*", pack "j", -1'
Greetings,
-jo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Best way to check for 64-bit support
by LanX (Saint) on Sep 07, 2021 at 21:08 UTC |