in reply to Win32::TieRegistry - RegSaveKey saves on remote hosts disk but not mine.
Why do you keep using Connect() to 127.0.0.1? If you want to access the registry on the local computer, you might want to use Open (or any of several other documented ways) other than Connect(). It might prevent some strange behavior.
- tye
|
|---|