Harlan Carvey wrote: > $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.
Enum has Read for everyone and Full Control+Read for system. -- ,-/- __ _ _ $Bill Luebkert Mailto:[EMAIL PROTECTED] (_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/ -/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (My Perl/Lakers stuff) _______________________________________________ Perl-Win32-Admin mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
