in reply to copy registry key

I don's see a CopyKey method listed in the documentation. However it does state "Win32::Registry - accessing the Windows registry obsolete, use Win32::TieRegistry". So if I where you I'd use Win32::TieRegistry.

Martin

Replies are listed 'Best First'.
Re^2: copy registry key
by michaell76 (Initiate) on Dec 07, 2009 at 20:49 UTC
    Hi Martin,
    I found the method listed.
    Please see the link below:
    http://jenda.krynicky.cz/perl/Registry.pm.html#item_CopyKey

    Anyway, I will try Win32::TieRegistry

      Well this looks like a custom version of the module (as jenda states), did you install from CPAN and try to use this method? That isn't going to work. you'd need jendas version of the module.