I have a perl function that takes an open registry key object. Now, I want to get the name of the key this object represents. How do I get the key Name?
I am using Win32::Registry module.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Browsing through the source, it doesn’t look like Win32::Registry will let you take the handle and get back to the Key. I see three ways around this:
Openand the path to them yourself.