Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Unable to delete registry keys using Win32::TieRegistry

by liverpole (Monsignor)
on Sep 01, 2010 at 00:51 UTC ( [id://858252]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $subKey= $key->Open( $sSubKey, $rhOptions )
    
    ...
    subkeys specifying the path to the subkey to be opened.
    
       ...
    
  2. or download this
    #!/usr/bin/perl -w
    #
    ...
    print "Deleting label '$label' ...\n";
    my $result = delete($h_shell->{"$label/"});
    printf "Result of delete:  '%s'\n", Dumper($result);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://858252]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 06:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found