in reply to Re: Adding Registry Keys & Values
in thread Adding Registry Keys & Values

I'd do it like this:

use strict; use Win32::TieRegistry qw( $registry Delimiter / ); $registry->{"CUser/AppEvents//foo"}= "something";

As for

I have never used Win32::TieRegistry module before, so I wouldn't know where to start from.

I'd think you'd start by reading the documentation for Win32::TieRegistry which is fairly complete and includes lots of "quick start" material.

- tye        

Replies are listed 'Best First'.
Re^3: Adding Registry Keys & Values
by Anonymous Monk on Nov 11, 2004 at 11:28 UTC
    I forgot to say "its a remote registry"!

    So my question now is how do I do the same if its a remote PC?

    Ah,..The Win32::TieRegistry documents.

    Thanks very much Tye,..can I call you Tye?
      So my question now is how do I do the same if its a remote PC?
      You read the documentation .