On Wed, 21 Dec 2005, $Bill Luebkert wrote: > If you read the keys around that area, which ones work and which don't? > Like can you access the HotFix key above $_[0] ? If you can see it > in regedit, you would think you could see if from Perl.
Nope, 32 bit application on Win64 run in an environment called WOW64 (Windows on Windows 64). In this environment various parts of the file system and registry are remapped. This means that some parts of the system are inaccessible to 32 bit applications. Just because you can see it in regedit doesn't mean that 32 bit Perl will see it too. Cheers, -Jan _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
