Differentiating between x64 and x86 Windows XP.

Differentiating between x64 and x86 Windows XP.

am 18.12.2007 21:42:52 von 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 ?