Thread
Use of uninitialized value in print
(6 answers)
Opened by
worst_case
at
2007-12-10 21:22
Gast Gast
2007-12-11 21:47
drei Long werte im Array
Code: (
dl
)
@werte=unpack('LLL',$in)
Unendlich viele Longwerte im Array
Code: (
dl
)
@werte=unpack('L*',$in)
Wenn du mehrere Werte haben willst mußt du das auch mitteilen.
View full thread
Use of uninitialized value in print