Thread Hex wert anzeigen (4 answers)
Opened by willi at 2010-03-02 00:16

willi
 2010-03-02 02:02
#133853 #133853
User since
2010-02-14
7 Artikel
BenutzerIn
[default_avatar]
das
Quote
use warnings;
war nicht so gut habe ziemlich viele fehler wie z.B.:
Quote
Use of uninitialized value $len in string eq at /.../datei line 70.
Use of uninitialized value $len in string eq at /.../datei line 70.
Use of uninitialized value $len in string eq at /.../datei line 70.

das sind folgende Zeilen
Code (perl): (dl )
1
2
3
4
        my $len = "0";
        while ($len eq "0"){
               $len = sysread(Serial, $buf, 1 );
        }

was passt da nicht????

View full thread Hex wert anzeigen