Re: Differentiating between x64 and x86 Windows XP.

Re: Differentiating between x64 and x86 Windows XP.

am 18.12.2007 22:42:01 von Ben Morrow

Quoth 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 ?

Win32::SystemInfo

Ben