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