Help for this page

Select Code to Download


  1. or download this
    RegOpenKeyEx( $hKey, $sKey, 0, KEY_READ, $key) or  warn "Can't ope
    +n $hKey\\$sKey: ", regLastError(),"\n";
    
    $error = regLastError();
    return "error" if ($error ne "");
    
  2. or download this
        RegOpenKeyEx( $hKey, $sKey, 0, KEY_READ, $key) or  warn "Can't ope
    +n $hKey\\$sKey: ", regLastError(),"\n";
        
    ...
    
        chomp($data);
        return $data;