Thread Array Problem
(12 answers)
Opened by Gast at 2008-03-20 12:41
Klappt leider auch nicht.... respektive, wahrscheinlich bin ich nicht fähig deinen Code richtig zu interpretieren....
i gebe folgenden Code ein: Code (perl): (dl
)
1 2 3 4 5 6 foreach my $device (@{$vm->{config}->{hardware}->{device}}){ if($device){ my $cgi = CGI->$device; print ref( $cgi ); print "\n"; }} Als Fehlermeldung kommt: Can't locate object method "VirtualIDEController=HASH(0xb109470)" via package "CGI" (perhaps you forgot to load "CGI"?) at list1.pl line 169. Danke aber schon mal für die rasche Antwort... |