in reply to Re^5: How to find out if it is 32bit or 64bit windows?
in thread How to find out if it is 32bit or 64bit windows?
So the module
Which module?
Assuming you mean Sys::Info, (Not that I would use that suite of modules anyway.), I have no idea, but it should.
Specifically, the code that deals with 'bitness' queries is Sys::Info::Base which is the base class for Sys::Info::OS. So the question being asked in your scenario above is the bitness of the OS, which should be 32-bit regardless of whether it is running on a 32-bit or 64-bit cpu. And if that is not what the module returns, it is wrong(ly specified).
The answer to what the OP really needs to know will always come back to why he needs to know it. With all the possibilities we have these days:
working out which piece of information is actually relevant to the OPs purpose is impossible until he states that purpose.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: How to find out if it is 32bit or 64bit windows?
by Burak (Chaplain) on Jun 27, 2011 at 00:23 UTC | |
by BrowserUk (Patriarch) on Jun 27, 2011 at 02:51 UTC |