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


in reply to Re: How to tell 32 or 64 bit
in thread How to tell 32 or 64 bit

UNTRUE!:

$ perl -wE'say log(~0)/log(2)' 64 $ perl -v This is perl 5, version 16, subversion 0 (v5.16.0) built for i686-linu +x-64int-ld $ ux Linux 3.4.6-2.10-desktop [openSUSE 12.2 (Mantis)] i386 Core(TM) i7-26 +20M CPU @ 2.70GHz/800(4) i686

On 32bit systems I build my perl with -Duse64bitint and -Duselongdouble, so your statement will not work at all!


Enjoy, Have FUN! H.Merijn