Differentiating between x64 and x86 Windows XP.

C

cybose

my @os_arch = config_re(qw(archname)) returns the x64 or x86 based on
whatever platform Perl was built on.

How can I determine if my os is Windows XP x86 or Windows XP x64 ?
 
B

Ben Morrow

Quoth cybose said:
my @os_arch = config_re(qw(archname)) returns the x64 or x86 based on
whatever platform Perl was built on.

How can I determine if my os is Windows XP x86 or Windows XP x64 ?

Win32::SystemInfo

Ben
 
S

smallpond

my @os_arch = config_re(qw(archname)) returns the x64 or x86 based on
whatever platform Perl was built on.

How can I determine if my os is Windows XP x86 or Windows XP x64 ?

Try Win32::GetOSName
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top