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/
Comment on
Re: Perl 64-bit...
Download
Code
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
[reply]
Re: Re: Re: Perl 64-bit...
by
jweed
(Chaplain)
on Mar 25, 2004 at 01:49 UTC
In a word, yes.
Code is (almost) always untested.
http://www.justicepoetic.net/
[reply]
In Section
Seekers of Perl Wisdom