in reply to Re: Perl API for 32 bit or 64 bit system on Unix
in thread Perl API for 32 bit or 64 bit system on Unix

how to find out directly
use Config qw/config_vars/;
then examine
$use64bitint $use64bitall $uselongdouble
etc...

Replies are listed 'Best First'.
Re: Re: Re: Perl API for 32 bit or 64 bit system on Unix
by eserte (Deacon) on May 12, 2004 at 16:43 UTC
    This is not correct, since you can build perl with 64bit support on 32bit machines.