Thanks Ben S.
From the link in the question you linked to: msdn blog on how to cut a process bit
Executed the following code: print "WIN64 ?: $ ENV {PROCESSOR_ARCHITECTURE} \ n"; print "WIN64 ?: $ ENV {PROCESSOR_ARCHITEW6432} \ n";
And the following output (32-bit perl on xp64)
WIN64 ?: x86
WIN64 ?: AMD64
, 32- 64- , PROCESSOR_ARCHITEW6432.