Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello.
I want to check if a registry key exist on a Windows OS NT 4.0/2000 Pro or XP.
This is what I want to do.
1. I want to check if key HKEY_LOCAL_MACHINE\SOFTWARE\A exist.
2. If key "A" exist i want to create the key HKEY_LOCAL_MACHINE\SOFTWARE\B.
3. Then I want to create a REG_SZ under key B thas has the Value name "Host" with Value data "test".
How can I do this?