michaell76 has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use Win32::Registry; $HKEY_CURRENT_USER->Create("SOFTWARE\\Test", $new_key); Win32::Registry::CopyKey("HKEY_CURRENT_USER\\SOFTWARE\\", $new_key);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: copy registry key
by marto (Cardinal) on Dec 07, 2009 at 17:48 UTC | |
by michaell76 (Initiate) on Dec 07, 2009 at 20:49 UTC | |
by marto (Cardinal) on Dec 07, 2009 at 21:42 UTC |