in reply to
How to find out if it is 32bit or 64bit windows?
There is a Environment variable "PROCESSOR_ARCHITECTURE". You can use this to identify 32 bit and 64 bit CPUs.
Comment on
Re: How to find out if it is 32bit or 64bit windows?
In Section
Seekers of Perl Wisdom