in reply to How to tell 32 or 64 bit
A 64 bit perl.C:\p517\perl>perl -v This is perl 5, version 17, subversion 5 (v5.17.5 (v5.17.4-47-g432d456 +)) built for MSWin32-x86-multi-thread
To get it in a scriptC:\Documents and Settings\Administrator\Desktop>perl -v This is perl 5, version 14, subversion 2 (v5.14.2) built for MSWin32-x +64-multi-thread
C:\p517\perl>perl -MConfig -e "print $Config{archname}" MSWin32-x86-multi-thread C:\p517\perl>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to tell 32 or 64 bit
by flexvault (Monsignor) on Oct 14, 2012 at 11:37 UTC |