in reply to Re^7: Strawberry Perl 64bit on Win7 crashes on DBI-function
in thread Strawberry Perl 64bit on Win7 crashes on DBI-function

Ok :) I see you got archname=MSWin32-x86-multi-thread
http://strawberryperl.com/releases.html -> Ctrl+F "5.16.3.1"
http://strawberryperl.com/release-notes/5.16.3.1-32bit.html#verlist archname=MSWin32-x86-multi-thread
http://strawberryperl.com/release-notes/5.16.3.1-64bit.html#verlist archname=MSWin32-x64-multi-thread

So i think you got 32bit version :) probably the portable kind

There is also a  -DWIN64 in the ccflags ... but thats likely win32 specific

So to tell for sure from Config alone you could use perl -V:archname -V:archname64

Apparently these aren't definitive perl -V:use64bitint -V:use64bitall

Alternatively "objdump -x ...perl.exe" could tell you stuff :) I get  32 bit words and PE32

Replies are listed 'Best First'.
Re^9: Strawberry Perl 64bit on Win7 crashes on DBI-function ( archname64
by CountZero (Bishop) on Apr 25, 2014 at 15:10 UTC
    I get this:
    C:\Users\*******> perl -V:archname -V:archname64 archname='MSWin32-x86-multi-thread'; archname64='';
    and this:
    C:\Users\*******> perl -V:use64bitint -V:use64bitall use64bitint='undef'; use64bitall='undef';

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics