From: "Eric Logeson" <[EMAIL PROTECTED]>
> I can successfully delete a key that just contains values using
> win32::tieregistry, as the documentation indicates. Is there a way to
> delete a key and it's subkeys, excluding the brut force of deleting
> each discrete subkey of course.

There doesn't seem to be an option nor function for this.

You might try Win32::Registry with the Win32::Registry2 patch 
from http://Jenda.Krynicky.cz and

        $key->DeleteKey( "Foo", 1);
        # the "Foo" subkey or $key plus all Foo's subkeys will be
        # deleted

Jenda


=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to