in reply to Perl 64-bit...

$$ perl -V:.*?64.*? archname64='' d_PRIXU64='undef' d_PRId64='undef' d_PRIi64='undef' d_PRIo64='undef' d_PRIu64='undef' d_PRIx64='undef' d_fpos64_t='undef' d_int64_t='undef' d_off64_t='undef' i64size='8' i64type='__int64' sPRIXU64='"lX"' sPRId64='"ld"' sPRIi64='"li"' sPRIo64='"lo"' sPRIu64='"lu"' sPRIx64='"lx"' u64size='8' u64type='unsigned __int64' use64bitall='undef' use64bitint='undef'

Replies are listed 'Best First'.
Re: Re: Perl 64-bit...
by jackL (Initiate) on Mar 24, 2004 at 14:06 UTC
    Thanks AM, here's my output...does this mean I do or do not have perl 64-bit installed on my aix box? eaglet: PROD /home/jlondon > perl -V:.*?64.*? archname64='' d_PRIXU64='define' d_PRId64='define' d_PRIi64='define' d_PRIo64='define' d_PRIu64='define' d_PRIx64='define' d_fpos64_t='define' d_int64_t='define' d_off64_t='define' d_readdir64_r='undef' i64size='8' i64type='long long' readdir64_r_proto='0' sPRIXU64='"llX"' sPRId64='"lld"' sPRIi64='"lli"' sPRIo64='"llo"' sPRIu64='"llu"' sPRIx64='"llx"' u64size='8' u64type='unsigned long long' use64bitall='undef' use64bitint='undef'