Thread fehlersuche in verbindung mit packet (8 answers)
Opened by jan999 at 2010-01-28 10:39

jan999
 2010-01-28 10:53
#131385 #131385
User since
2009-04-02
109 Artikel
BenutzerIn
[default_avatar]
Hi !

Quote
*Use of uninitialized value $value in concatenation (.) or string at C:/Perl/lib
/OSM/osm.pm line 1173.
*Use of uninitialized value $value in concatenation (.) or string at C:/Perl/lib
/OSM/osm.pm line 1173.


hier ist der zugehörige code:
Code: (dl )
1
2
3
4
5
sub printHTMLCellLeft {
my ($file) = shift ;
my ($value) = shift ;
print $file "<td align=\"left\">" . $value . "</td>\n" ; #<<- 1173
}



gruß Jan :-)

View full thread fehlersuche in verbindung mit packet