$Bill, > > Thanks...but that doesn't get me any closer to > > figuring out what the issue is...any thoughts > along > > those lines? > > All I can tell you is that it worked OK for me. XP > Pro - Perl 811. > If all else fails, consider a reboot and then maybe > a re-install of > Perl if that fails.
Could you do me a favor and check the permissions on the HKLM\System\CurrentControlSet\Enum key on your system? The systems I have access to (XP right now) allow Everyone to Read, but Full Access for System. The code failed...I discovered after rewriting the code several times...due to the fact that by default, Win32::TieRegistry accesses the Registry w/ Read and Write capabilities. So I changed the code to use the Open() method, using KEY_READ as the access type, and everything worked fine. Thanks, Harlan ===== ------------------------------------------ Harlan Carvey, CISSP "Windows Forensics and Incident Recovery" http://www.windows-ir.com http://windowsir.blogspot.com ------------------------------------------ _______________________________________________ Perl-Win32-Admin mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
