Help for this page

Select Code to Download


  1. or download this
    $lista= $Registry->Connect( "$ip", "LMachine" )
    
  2. or download this
    $lista=$Registry->{"HKEY_LOCAL_MACHINE/..."}
    
  3. or download this
    $Remote = $Registry->Connect( "$ip", "LMachine" ) or die "blah...\n";
    $lista = $Remote->{"HKEY_LOCAL_MACHINE/..."};