Help for this page

Select Code to Download


  1. or download this
    #package client_reg;
    use vpcommon;
    ...
        # close reg key hive
        $::HKEY_LOCAL_MACHINE->Close();
    } # end getClientListFromReg
    
  2. or download this
    do (client_reg.pl);
    $debug =0;
    ...
    # populate the regkeyarray 
    getClientListFromReg($SAVCLIENTKEY);
    print %regKey_array;