http://qs1969.pair.com?node_id=911237


in reply to Re^3: How to find out if it is 32bit or 64bit windows?
in thread How to find out if it is 32bit or 64bit windows?

Hi davido,

A couple of questions:

Thanks,
Burak
  • Comment on Re^4: How to find out if it is 32bit or 64bit windows?

Replies are listed 'Best First'.
Re^5: How to find out if it is 32bit or 64bit windows?
by davido (Cardinal) on Jun 24, 2011 at 15:52 UTC

    • $Sys::Info::VERSION is 0.78
    • $Sys::Info::Driver::VERSION is 0.78.
    • perl -v => This is perl 5, version 12, subversion 2 (v5.12.2) built for MSWin32-x64-multi-thread.
    • Strawberry
    • Vista Home Premium 64 bit, service pack 2. Version 6.0.6002.
    • cpanm was my installation tool.
    • I verified Sys::Info::Driver::Windows is also 0.78.

    Strawberry Perl includes a 'gcc' C compiler with it so that modules can be installed through traditional means rather than relying on ppm packages. cpanm would have invoked the gcc compiler.


    Dave

      Thanks, I'll take a look when I have the time.