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

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

Replies are listed 'Best First'.
Re^6: How to find out if it is 32bit or 64bit windows?
by Burak (Chaplain) on Jun 27, 2011 at 00:25 UTC
    Thanks, I'll take a look when I have the time.