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);