你好 Siechfred,
Vermutlich meinst du sowas:
foreach $proc (@plist) {
print $proc;
}
Nein, viel wahrscheinlicher meint er das hier:
foreach my $proc (@plist) {
print $proc;
}
;-)
再见,
CK
--
Fortune: If opportunity came disguised as temptation, one knock would be enough.
http://wwwtech.de/
Fortune: If opportunity came disguised as temptation, one knock would be enough.
http://wwwtech.de/