in reply to Perl 64-bit...

The command perl -V (note the caps V!) gives you the info about the perl flags used to compile. Grep this output for "use64bitint".



Code is (almost) always untested.
http://www.justicepoetic.net/

Replies are listed 'Best First'.
Re: Re: Perl 64-bit...
by jackL (Initiate) on Mar 24, 2004 at 14:03 UTC
    Thanks for your reply I did perl -V |grep use64bitall ( and got ) use64bitint=undef use64bitall=undef uselongdouble=undef Question: does the undef above mean that I am on 32-bit perl? thanks oh mighty one! Jack