116 cı satır şu şekilde....:      print "Stat: Loca:" . $Status[0] . "/" . $Status[1] . "Remo: " . $Status[2] . "/" . $Status[3] . " " . $Status[4] . "\n";
 
From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
 Del:   10137 -> SUCC(Loca) qp: 62590 Delay:    0.055 sec(s) Size: 3294 Bytes
Use of uninitialized value in concatenation (.) or string at ./dene line 116, <CURRENT> line 113.
Stat: Loca:0/120Remo: 0/120
 
116 cı satır şı şekilde iken :::                 printf "Stat: Loca:" . $Status[0] . "/" . $Status[1] . "Remo: " . $Status[2] . "/" . $Status[3] . " " . $Status[4] . "\n";
 
From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
 Del:   10148 -> SUCC(Loca) qp: 62652 Delay:    0.055 sec(s) Size: 4356 Bytes
Use of uninitialized value in concatenation (.) or string at ./dene line 116, <CURRENT> line 98.
Stat: Loca:0/120Remo: 1/120
 
satırlar arsaındaki fark   print - printf:
 
hata nerede.. teşekkürler!

Cevap