http://www.perlmonks.org?node_id=998114


in reply to How to tell 32 or 64 bit

The pointer and integers size are independent.

>perl -V:ptrsize ptrsize='4'; >perl -V:ivsize ivsize='4';

You're probably talking about the ptrsize. (Multiply by 8.)