in reply to Win32API::Registry Troubles

You can't use RegOpenKeyEx() to open a value. It is just the same as the C API.

You might prefer to use Win32::TieRegistry and it's Handle() method.

- tye        

Replies are listed 'Best First'.
Re^2: Win32API::Registry Troubles (same)
by puploki (Hermit) on Nov 16, 2005 at 15:09 UTC

    Doh! Obvious now you say it! tye++