Help for this page

Select Code to Download


  1. or download this
    use Win32::TieRegistry(Delimiter=>'/');
    $| = 1;
    ...
    &list_content($testkey);
    
    print "You may want to delete HKEY_CURRENT_USER\\TEST now\n";
    
  2. or download this
    use Win32::TieRegistry(Delimiter=>'/');
    $| = 1;
    ...
    
    
    &check_content(@ARGV);