Thread Win32::Registry Remote Authentification Problem (14 answers)
Opened by ContraFack at 2009-12-29 10:58

bianca
 2009-12-29 11:35
#129764 #129764
User since
2009-09-13
7011 Artikel
BenutzerIn

user image
Laut Doku lautet die Syntax:

Quote
Connect
$reg_obj->Connect($node_name, $new_reg_obj);
Connects to a remote Registry on the node specified by $node_name, returning it in $new_reg_obj. Returns false if it fails.


Ich verstehe das so, dass man immer erst die eigene öffnet und dann mit Connect() die fremde, gebunden an das erste Objekt, welches man mit open() erzeugt hat. Und dann bekommt man ein neues Objekt $new_reg_obj zurück. Mal so versucht?
10 print "Hallo"
20 goto 10

View full thread Win32::Registry Remote Authentification Problem